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 e6f8843 + 4829e66 commit 30f4de4Copy full SHA for 30f4de4
test/Serialization/load-file-permissions.swift
@@ -5,6 +5,7 @@
5
// RUN: %target-swift-frontend -emit-module -o %t/good %S/../Inputs/empty.swift
6
// RUN: not %target-swift-frontend %s -parse -I %t/bad -I %t/good -show-diagnostics-after-fatal 2>&1 | %FileCheck %s
7
// RUN: not %target-swift-frontend %s -parse -I %t/good -I %t/bad -show-diagnostics-after-fatal 2>&1 | %FileCheck %s
8
+// RUN: chmod a+rx %t/bad
9
10
import empty // CHECK-NOT: empty
11
import ThisOneReallyDoesNotExist // CHECK: [[@LINE]]:{{[0-9]+}}: error: no such module 'ThisOneReallyDoesNotExist'
0 commit comments