mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
386 B
Swift
11 lines
386 B
Swift
// RUN: rm -rf %t && mkdir -p %t
|
|
// RUN: touch %t/main.swiftmodule %t/main.swiftdoc
|
|
// RUN: chmod -w %t
|
|
|
|
// RUN: %target-swift-frontend -emit-module -emit-module-doc -parse-stdlib -o %t -module-name main %s || chmod +w %t
|
|
|
|
// This is not combined with the previous chmod because of pipefail mode.
|
|
// RUN: chmod +w %t
|
|
// RUN: test -s %t/main.swiftmodule
|
|
// RUN: test -s %t/main.swiftdoc
|