Skip to content

Commit a7a60d0

Browse files
committed
Temporarily disable Misc/fatal_error test.
Until rdar49665477 is fixed. It is failing on certainsystem configurations.
1 parent 38176ba commit a7a60d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Misc/fatal_error.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: not %target-swift-frontend -typecheck %s -sdk "" 2>&1 | %FileCheck -check-prefix=CHECK -check-prefix=NO-MODULE %s
22
// RUN: not %target-swift-frontend -typecheck %s -resource-dir / 2>&1 | %FileCheck -check-prefix=CHECK -check-prefix=NO-STDLIB %s
3+
// REQUIRES: rdar49665477
34

45
// NO-MODULE: error: no such module 'NonExistent'
56

0 commit comments

Comments
 (0)