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 %s -o %t/NSValueBridging.swift
|
||||
// RUN: %target-build-swift -g -module-name a %t/NSValueBridging.swift -o %t.out
|
||||
// RUN: %target-run %t.out
|
||||
|
||||
Reference in New Issue
Block a user