Skip to content

Commit ddd511e

Browse files
committed
---
yaml --- r: 348014 b: refs/heads/master c: bbd811c h: refs/heads/master
1 parent 6e2357e commit ddd511e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6a94950214f9a3e6cc05d1bae7efba77586f9456
2+
refs/heads/master: bbd811c2f78fda1678733e026dcf2da7513e5aff
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/validation-test/execution/dsohandle-multi-module.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %empty-directory(%t)
22

3-
// RUN: (cd %t && %target-build-swift %S/Inputs/dsohandle-first.swift -emit-library -emit-module -module-name first -Xlinker -install_name -Xlinker '@executable_path/libfirst.dylib')
4-
// RUN: (cd %t && %target-build-swift %S/Inputs/dsohandle-second.swift -emit-library -emit-module -module-name second -Xlinker -install_name -Xlinker '@executable_path/libsecond.dylib')
3+
// RUN: %target-build-swift-dylib(%t/%target-library-name(first)) %S/Inputs/dsohandle-first.swift -emit-module -module-name first
4+
// RUN: %target-build-swift-dylib(%t/%target-library-name(second)) %S/Inputs/dsohandle-second.swift -emit-module -module-name second
55
// RUN: %target-build-swift -I %t -L %t -lfirst -lsecond %s -o %t/main
66
// RUN: %target-codesign %t/main %t/%target-library-name(first) %t/%target-library-name(second)
77
// RUN: %target-run %t/main %t/%target-library-name(first) %t/%target-library-name(second)

0 commit comments

Comments
 (0)