Skip to content

Commit 02c3678

Browse files
authored
Merge pull request #66570 from apple/fix-test-failure
[Test] Update expected macro error
2 parents ae2287d + 1141e59 commit 02c3678

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)