Skip to content

Commit 5c31b31

Browse files
committed
Disable tests that aren't expected to work now
1 parent aced44a commit 5c31b31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/diagnostics/pretty-printed-diagnostics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: not %target-swift-frontend -diagnostic-style=swift -typecheck %/s 2>&1 | %FileCheck %s
22

33
// Note: test has not been updated to match the swift-syntax style.
4-
// XFAIL: OS=macosx
4+
// REQUIRES: newswiftsyntaxstyle
55

66
1 + 2
77

test/diagnostics/pretty-printed-source-loc-directive-diags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: not %target-swift-frontend -diagnostic-style=swift -typecheck %/s 2>&1 | %FileCheck %s
22

33
// Note: test has not been updated to match the swift-syntax style.
4-
// XFAIL: OS=macosx
4+
// REQUIRES: newswiftsyntaxstyle
55

66
// Error split between the real file and a virtual one.
77
#sourceLocation(file: "abc.swift", line: 9)

0 commit comments

Comments
 (0)