Skip to content

Commit 0f45d0e

Browse files
committed
[Tests] Mark macro test 'REQUIRES: swift_swift_parser'
rdar://116239522
1 parent 5ced53e commit 0f45d0e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

test/IDE/complete_pound_expr.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=POUND_EXPR_1 | %FileCheck %s -check-prefix=POUND_EXPR_INTCONTEXT
22
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=POUND_EXPR_2 | %FileCheck %s -check-prefix=POUND_EXPR_STRINGCONTEXT
33
// RUN: %target-swift-ide-test -code-completion -source-filename %s -code-completion-token=POUND_EXPR_3 | %FileCheck %s -check-prefix=POUND_EXPR_SELECTORCONTEXT
4-
// REQUIRES: objc_interop
4+
// REQUIRES: objc_interop, swift_swift_parser
55

66
import ObjectiveC
77

test/Macros/extension_macro_plugin.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// FIXME: Swift parser is not enabled on Linux CI yet.
2-
// REQUIRES: OS=macosx
1+
// REQUIRES: swift_swift_parser
32

43
// RUN: %empty-directory(%t)
54
// RUN: %empty-directory(%t/plugins)

test/Macros/macro_plugin_server.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// FIXME: Swift parser is not enabled on Linux CI yet.
2-
// REQUIRES: OS=macosx
1+
// REQUIRES: swift_swift_parser
32

43
// RUN: %empty-directory(%t)
54
// RUN: %empty-directory(%t/plugins)

0 commit comments

Comments
 (0)