Skip to content

Commit 06ffc2f

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 11b4208 + 73cb786 commit 06ffc2f

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)