Skip to content

Commit 034a577

Browse files
committed
---
yaml --- r: 323383 b: refs/heads/tensorflow-next c: 2923859 h: refs/heads/master i: 323381: 2914e87 323379: 26f8783 323375: 7b1fad5
1 parent 0fb59ca commit 034a577

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: c3db2bacbf2f02fbc3c7520fa28fcbc54a7014b3
1464+
refs/heads/tensorflow-next: 2923859c0b70196f7a60550c1856172b43c26a43

branches/tensorflow-next/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

branches/tensorflow-next/test/IDE/complete_type_any.swift.tmp.types.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)