We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdb180 commit a54bc74Copy full SHA for a54bc74
test/Macros/macro_expand_throwing.swift
@@ -7,6 +7,9 @@
7
// Make sure the diagnostic doesn't crash in SILGen
8
// 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
9
10
+// FIXME: Swift parser is not enabled on Linux CI yet.
11
+// REQUIRES: OS=macosx
12
+
13
@freestanding(expression) macro myWarning(_ message: String) = #externalMacro(module: "MacroDefinition", type: "WarningMacro")
14
15
func testThrownError() {
0 commit comments