Skip to content

Commit a54bc74

Browse files
committed
Add missing requirement for macOS
1 parent cbdb180 commit a54bc74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Macros/macro_expand_throwing.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// Make sure the diagnostic doesn't crash in SILGen
88
// RUN: not %target-swift-frontend -emit-sil -enable-experimental-feature Macros -enable-experimental-feature Macros -load-plugin-library %t/%target-library-name(MacroDefinition) -I %swift-host-lib-dir %s -module-name MacroUser -o - -g
99

10+
// FIXME: Swift parser is not enabled on Linux CI yet.
11+
// REQUIRES: OS=macosx
12+
1013
@freestanding(expression) macro myWarning(_ message: String) = #externalMacro(module: "MacroDefinition", type: "WarningMacro")
1114

1215
func testThrownError() {

0 commit comments

Comments
 (0)