Skip to content

Commit 2e94bf5

Browse files
committed
Re-enable parser-diags.swift test case
I don’t see this test failing locally, so let’s re-enable it. rdar://71092878
1 parent f653d62 commit 2e94bf5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lit_tests/parser-diags.swift

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

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

0 commit comments

Comments
 (0)