File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Tests/SwiftSyntaxBuilderTest Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ final class StringInterpolationTests: XCTestCase {
418
418
"""
419
419
420
420
1 │ /*comment*/ invalid /*comm*/
421
- ∣ ╰─ unexpected trivia 'invalid'
421
+ ∣ ╰─ error: unexpected trivia 'invalid'
422
422
423
423
"""
424
424
)
@@ -435,8 +435,8 @@ final class StringInterpolationTests: XCTestCase {
435
435
"""
436
436
437
437
1 │ return 1
438
- ∣ │ ╰─ expected declaration
439
- ∣ ╰─ unexpected code 'return 1' before declaration
438
+ ∣ │ ╰─ error: expected declaration
439
+ ∣ ╰─ error: unexpected code 'return 1' before declaration
440
440
441
441
"""
442
442
)
@@ -453,8 +453,8 @@ final class StringInterpolationTests: XCTestCase {
453
453
"""
454
454
455
455
1 │ struct Foo {}
456
- ∣ │ ╰─ expected statement
457
- ∣ ╰─ unexpected code 'struct Foo {}' before statement
456
+ ∣ │ ╰─ error: expected statement
457
+ ∣ ╰─ error: unexpected code 'struct Foo {}' before statement
458
458
459
459
"""
460
460
)
You can’t perform that action at this time.
0 commit comments