Skip to content

Commit 3da29d1

Browse files
committed
[NFC][test] Remove unused test file
`complete_type_any.swift.tmp.types.txt` was probably added by accident. Also `complete_type_any.swift` doesn't need to use temporary file for `FileCheck`.
1 parent ce5b3cc commit 3da29d1

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

test/IDE/complete_type_any.swift

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
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
166

177
func testAnyInParamList(a: #^ANY_IN_FUNC_PARAM^#
188
// ANY_IN_FUNC_PARAM: Begin completions

test/IDE/complete_type_any.swift.tmp.types.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)