Skip to content

Commit 20d73f8

Browse files
committed
Change test for down to trailing comma layout position
1 parent 7389afd commit 20d73f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Frontend/emit-syntax.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ struct Foo {
2424
// CHECK: "kind":"colon"
2525
// CHECK: "kind":"identifier"
2626
// CHECK: "text":"String"
27+
// CHECK: null,null
2728
// CHECK: "kind":"comma"
28-
// CHECK: "null"
2929
// CHECK: "kind":"identifier"
3030
// CHECK: "text":"arg2"
31-
// CHECK-NEXT: "null"
3231
// CHECK: "kind":"colon"
3332
// CHECK: "kind":"identifier"
3433
// CHECK: "text":"Int"

0 commit comments

Comments
 (0)