Skip to content

Commit 1e770fa

Browse files
authored
Merge pull request swiftlang#76693 from hamishknight/disable-test-6.0.0
[6.0.0] [test] Remove a test for linking against libraries in the resource dir
2 parents 37c589e + 1d886e6 commit 1e770fa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

validation-test/execution/interpret-with-dependencies.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
// RUN: %swift_driver -I %S/Inputs/custom-modules -L%t %s | %FileCheck %s
99
// CHECK: {{okay}}
1010

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-
2111
import foo
2212

2313
if test() == 42 {

0 commit comments

Comments
 (0)