mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
...like we've done with the overlays for months. Meant to do this a long time ago, but at the time we hadn't gotten the stdlib working yet!
8 lines
409 B
Swift
8 lines
409 B
Swift
// Note that this test should still "pass" when Swift.swiftinterface has not
|
|
// been generated.
|
|
|
|
// RUN: %empty-directory(%t)
|
|
// RUN: not ls %platform-module-dir/Swift.swiftmodule/%target-cpu.swiftinterface || %target-swift-frontend -build-module-from-parseable-interface %platform-module-dir/Swift.swiftmodule/%target-cpu.swiftinterface -parse-stdlib -o %t/Swift.swiftmodule
|
|
|
|
// REQUIRES: nonexecutable_test
|