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 37c589e + 1d886e6 commit 1e770faCopy full SHA for 1e770fa
validation-test/execution/interpret-with-dependencies.swift
@@ -8,16 +8,6 @@
8
// RUN: %swift_driver -I %S/Inputs/custom-modules -L%t %s | %FileCheck %s
9
// CHECK: {{okay}}
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
-// RUN: %swift_driver -I %S/Inputs/custom-modules -L%t/other -resource-dir %t/rsrc/ %s | %FileCheck %s
20
21
import foo
22
23
if test() == 42 {
0 commit comments