Skip to content

Commit 73cb786

Browse files
authored
Merge pull request #23913 from atrick/xfail-fatal_error
2 parents 207bf78 + a7a60d0 commit 73cb786

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)