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 193c53b commit d786543Copy full SHA for d786543
test/SourceKit/Macros/macro_basic.swift
@@ -271,4 +271,4 @@ macro anonymousTypes(_: () -> String) = #externalMacro(module: "MacroDefinition"
271
272
//##-- Expansion on "fails to typecheck" macro expression
273
// RUN: %sourcekitd-test -req=refactoring.expand.macro -pos=61:2 %s -- ${COMPILER_ARGS[@]} | %FileCheck -check-prefix=ERRONEOUS_EXPAND %s
274
-// ERRONEOUS_EXPAND: 61:1-61:18 (@__swiftmacro_9MacroUser6assertfMf_.swift) "assert("foobar")"
+// ERRONEOUS_EXPAND: 61:1-61:18 (@__swiftmacro_{{.+}}.swift) "assert("foobar")"
0 commit comments