We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80879b1 + c5b72a8 commit 6ae1077Copy full SHA for 6ae1077
test/SourceKit/Macros/macro_basic.swift
@@ -277,4 +277,4 @@ macro anonymousTypes(_: () -> String) = #externalMacro(module: "MacroDefinition"
277
278
//##-- Expansion on "fails to typecheck" macro expression
279
// RUN: %sourcekitd-test -req=refactoring.expand.macro -pos=61:2 %s -- ${COMPILER_ARGS[@]} | %FileCheck -check-prefix=ERRONEOUS_EXPAND %s
280
-// ERRONEOUS_EXPAND: 61:1-61:18 (@__swiftmacro_9MacroUser6assertfMf_.swift) "assert("foobar")"
+// ERRONEOUS_EXPAND: 61:1-61:18 (@__swiftmacro_{{.+}}.swift) "assert("foobar")"
0 commit comments