File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
validation-test/execution Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 8
8
// RUN: %swift_driver -I %S/Inputs/custom-modules -L%t %s | %FileCheck %s
9
9
// CHECK: {{okay}}
10
10
11
- // Now test a dependency on a library in the compiler's resource directory.
12
- // RUN: %empty-directory(%t/rsrc/%target-sdk-name)
13
- // RUN: ln -s %t/libabc.dylib %t/rsrc/%target-sdk-name/
14
- // RUN: ln -s %platform-module-dir/* %t/rsrc/%target-sdk-name/
15
- // RUN: ln -s %platform-module-dir/../shims %t/rsrc/
16
- // RUN: %empty-directory(%t/other)
17
- // RUN: ln -s %t/libfoo.dylib %t/other
18
-
19
- // Disabled, because it fails on some CI jobs with "missing required module 'SwiftShims'"
20
- // dontrun: %swift_driver -I %S/Inputs/custom-modules -L%t/other -resource-dir %t/rsrc/ %s | %FileCheck %s
21
-
22
11
import foo
23
12
24
13
if test ( ) == 42 {
You can’t perform that action at this time.
0 commit comments