File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed
branches/tensorflow-next/test/IDE Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
1461
1461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
1462
1462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
1463
1463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464
- refs/heads/tensorflow-next: c3db2bacbf2f02fbc3c7520fa28fcbc54a7014b3
1464
+ refs/heads/tensorflow-next: 2923859c0b70196f7a60550c1856172b43c26a43
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_IN_FUNC_PARAM > %t.types.txt
2
- // RUN: %FileCheck %s -check-prefix=ANY_IN_FUNC_PARAM < %t.types.txt
3
-
4
- // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_IN_VAR_TYPE > %t.types.txt
5
- // RUN: %FileCheck %s -check-prefix=ANY_IN_VAR_TYPE < %t.types.txt
6
-
7
- // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_METATYPE_VARIABLE > %t.types.txt
8
- // RUN: %FileCheck %s -check-prefix=ANY_METATYPE_VARIABLE < %t.types.txt
9
-
10
- // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_METATYPE_MEMBER > %t.types.txt
11
- // RUN: %FileCheck %s -check-prefix=ANY_METATYPE_MEMBER < %t.types.txt
12
-
13
- // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_IN_TYPEALIAS > %t.types.txt
14
- // RUN: %FileCheck %s -check-prefix=ANY_IN_TYPEALIAS < %t.types.txt
15
-
1
+ // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_IN_FUNC_PARAM | %FileCheck %s -check-prefix=ANY_IN_FUNC_PARAM
2
+ // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_IN_VAR_TYPE | %FileCheck %s -check-prefix=ANY_IN_VAR_TYPE
3
+ // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_METATYPE_VARIABLE | %FileCheck %s -check-prefix=ANY_METATYPE_VARIABLE
4
+ // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_METATYPE_MEMBER | %FileCheck %s -check-prefix=ANY_METATYPE_MEMBER
5
+ // RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=ANY_IN_TYPEALIAS | %FileCheck %s -check-prefix=ANY_IN_TYPEALIAS
16
6
17
7
func testAnyInParamList( a: #^ANY_IN_FUNC_PARAM^#
18
8
// ANY_IN_FUNC_PARAM: Begin completions
You can’t perform that action at this time.
0 commit comments