mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
tests: replace 'rm -rf %t && mkdir -p %t' with '%empty-directory(%t)'
These changes were made using a script.
This commit is contained in:
committed by
Robert Widmann
parent
d54e5b2326
commit
486cab447d
@@ -1,4 +1,4 @@
|
||||
// RUN: rm -rf %t && mkdir -p %t
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: cp %s %t/main.swift
|
||||
// RUN: not %target-swift-frontend -typecheck -primary-file %t/main.swift -emit-reference-dependencies-path - > %t.swiftdeps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user