Skip to content

Commit b1f029d

Browse files
fix test added in #66529
1 parent 8904252 commit b1f029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serialization/macros.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func test(a: Int, b: Int) {
2121

2222
struct TestStruct {
2323
@myWrapper var x: Int
24-
// expected-error@-1{{expansion of macro 'myWrapper' did not produce a non-observing accessor}}
24+
// expected-error@-1{{expansion of macro 'myWrapper()' did not produce a non-observing accessor}}
2525
}
2626

2727
@ArbitraryMembers

0 commit comments

Comments
 (0)