We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 207bf78 + a7a60d0 commit 73cb786Copy full SHA for 73cb786
test/Misc/fatal_error.swift
@@ -1,5 +1,6 @@
1
// RUN: not %target-swift-frontend -typecheck %s -sdk "" 2>&1 | %FileCheck -check-prefix=CHECK -check-prefix=NO-MODULE %s
2
// RUN: not %target-swift-frontend -typecheck %s -resource-dir / 2>&1 | %FileCheck -check-prefix=CHECK -check-prefix=NO-STDLIB %s
3
+// REQUIRES: rdar49665477
4
5
// NO-MODULE: error: no such module 'NonExistent'
6
0 commit comments