File tree Expand file tree Collapse file tree 2 files changed +5
-15
lines changed Expand file tree Collapse file tree 2 files changed +5
-15
lines changed 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