Skip to content

Commit 30f4de4

Browse files
authored
Merge pull request #4946 from jrose-apple/chmod-after-the-test-is-done
2 parents e6f8843 + 4829e66 commit 30f4de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Serialization/load-file-permissions.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %target-swift-frontend -emit-module -o %t/good %S/../Inputs/empty.swift
66
// RUN: not %target-swift-frontend %s -parse -I %t/bad -I %t/good -show-diagnostics-after-fatal 2>&1 | %FileCheck %s
77
// 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
89

910
import empty // CHECK-NOT: empty
1011
import ThisOneReallyDoesNotExist // CHECK: [[@LINE]]:{{[0-9]+}}: error: no such module 'ThisOneReallyDoesNotExist'

0 commit comments

Comments
 (0)