Skip to content

Commit 565022d

Browse files
committed
[Tests][Backtracing] Fix JSON test failure on Linux.
It's possible that the last frame in the test is genuinely the last one we see in the backtrace, in which case there won't be a `,` after the `}`. rdar://121430255
1 parent bcd0b90 commit 565022d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Backtracing/JSON.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ struct Crash {
201201
// CHECK-NEXT: "line": 0,
202202
// CHECK-NEXT: "column": 0
203203
// CHECK-NEXT: }
204-
// CHECK-NEXT: },
204+
// CHECK-NEXT: }
205205

206-
// More frames here, but they're system specific
206+
// Possibly more frames here, but they're system specific
207207

208208
// CHECK: ]
209209
// CHECK: }

0 commit comments

Comments
 (0)