File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
// %t/good-sdk contains a loadable standard library.
8
8
// RUN: %empty-directory(%t/good-sdk)
9
- // RUN: %empty-directory(%t/good-sdk/usr/lib/swift)
9
+ // RUN: %empty-directory(%t/good-sdk/usr/lib/swift/%target-sdk-name )
10
10
// RUN: cp -r %platform-module-dir/Swift.swiftmodule %t/good-sdk/usr/lib/swift/Swift.swiftmodule
11
+ // RUN: cp -r %platform-module-dir/Swift.swiftmodule %t/good-sdk/usr/lib/swift/%target-sdk-name/Swift.swiftmodule
11
12
12
13
// %t/bad-sdk contains an invalid standard library that cannot be loaded.
13
14
// RUN: %empty-directory(%t/bad-sdk)
14
15
// RUN: %empty-directory(%t/bad-sdk/usr/lib/swift/Swift.swiftmodule)
16
+ // RUN: %empty-directory(%t/bad-sdk/usr/lib/swift/%target-sdk-name/Swift.swiftmodule)
15
17
// RUN: touch %t/bad-sdk/usr/lib/swift/Swift.swiftmodule/garbage-garbage-garbage.swiftmodule
18
+ // RUN: touch %t/bad-sdk/usr/lib/swift/%target-sdk-name/Swift.swiftmodule/garbage-garbage-garbage.swiftmodule
16
19
17
20
// %t/empty-toolchain does not contain a standard library.
18
21
// RUN: %empty-directory(%t/empty-toolchain)
You can’t perform that action at this time.
0 commit comments