mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
test: convert rm -rf && mkdir -p into %empty-directory
This converts the instances of the pattern for which we have a proper substitution in lit. This will make it easier to replace it appropriately with Windows equivalents.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
// RUN: rm -rf %t ; mkdir -p %t
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %gyb -DWORD_BITS=%target-ptrsize %s -o %t/Integers.swift
|
||||
// RUN: %line-directive %t/Integers.swift -- %target-build-swift %t/Integers.swift -swift-version 4 -Onone -o %t/a.out
|
||||
// RUN: %line-directive %t/Integers.swift -- %target-run %t/a.out
|
||||
|
||||
Reference in New Issue
Block a user