Files
swift-mirror/test/Serialization/write-to-locked-dir.swift
2016-09-02 21:36:45 -07:00

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