Skip to content

Commit 1141e59

Browse files
committed
[Test] Update expected macro error
#66497 and #66482 succeeded separately, then merged. But after 66497 the error now includes parentheses. Resolves rdar://110655182.
1 parent ae2287d commit 1141e59

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)