Skip to content

Commit 96b0166

Browse files
authored
Merge pull request #246 from rintaro/disable-rdar71047138
[Test] Disable a test case while investigating non-deterministic failure
2 parents 096052e + 8254e4a commit 96b0166

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)