mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Test] Update expected macro error
https://github.com/apple/swift/pull/66497 and https://github.com/apple/swift/pull/66482 succeeded separately, then merged. But after 66497 the error now includes parentheses. Resolves rdar://110655182.
This commit is contained in:
@@ -21,7 +21,7 @@ func test(a: Int, b: Int) {
|
||||
|
||||
struct TestStruct {
|
||||
@myWrapper var x: Int
|
||||
// expected-error@-1{{expansion of macro 'myWrapper' did not produce a non-observing accessor}}
|
||||
// expected-error@-1{{expansion of macro 'myWrapper()' did not produce a non-observing accessor}}
|
||||
}
|
||||
|
||||
@ArbitraryMembers
|
||||
|
||||
Reference in New Issue
Block a user