Skip to content

Commit d786543

Browse files
committed
[SourceKit][Macros] Fix macro expansion test case for mangling change
(cherry picked from commit c5b72a8)
1 parent 193c53b commit d786543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/Macros/macro_basic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ macro anonymousTypes(_: () -> String) = #externalMacro(module: "MacroDefinition"
271271

272272
//##-- Expansion on "fails to typecheck" macro expression
273273
// 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")"
274+
// ERRONEOUS_EXPAND: 61:1-61:18 (@__swiftmacro_{{.+}}.swift) "assert("foobar")"

0 commit comments

Comments
 (0)