Skip to content

Commit 6ae1077

Browse files
authored
Merge pull request #65527 from rintaro/test-sourcekit-macro-fixmangling
[SourceKit][Macros] Fix macro expansion test case for mangling change
2 parents 80879b1 + c5b72a8 commit 6ae1077

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
@@ -277,4 +277,4 @@ macro anonymousTypes(_: () -> String) = #externalMacro(module: "MacroDefinition"
277277

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

0 commit comments

Comments
 (0)