8000 [Test] Disable a test case while investigating non-deterministic crash · swiftlang/swift-syntax@8254e4a · GitHub
[go: up one dir, main page]

Skip to content

Commit 8254e4a

Browse files
committed
[Test] Disable a test case while investigating non-deterministic crash
rdar://problem/71046813
1 parent 096052e commit 8254e4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lit_tests/parser-diags.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %lit-test-helper -source-file %s -dump-diags 2>&1 | %FileCheck %s
22

3+
// REQUIRES: rdar71046813
4+
35
// CHECK: [[@LINE+2]]:11 error: consecutive statements on a line must be separated by ';'
46
// CHECK-NEXT: Fixit: ([[@LINE+1]]:11,[[@LINE+1]]:11) Text: ";"
57
let number Int

0 commit comments

Comments
 (0)
0