Skip to content

Commit 6122e56

Browse files
committed
[Macros] Update test case to properly use named(init).
1 parent 60ced9f commit 6122e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Profiler/coverage_macros.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ macro accessViaStorage() = #externalMacro(module: "MacroDefinition", type: "Acce
1212

1313
@attached(
1414
member,
15-
names: named(`init`), named(Storage), named(storage), named(getStorage()), named(method)
15+
names: named(init), named(Storage), named(storage), named(getStorage()), named(method)
1616
)
1717
macro addMembers() = #externalMacro(module: "MacroDefinition", type: "AddMembers")
1818

0 commit comments

Comments
 (0)