mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Migrate the rest of the tests to %empty-directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// REQUIRES: OS=macosx
|
||||
// RUN: rm -rf %t.mod && mkdir -p %t.mod
|
||||
// RUN: rm -rf %t.sdk && mkdir -p %t.sdk
|
||||
// RUN: rm -rf %t.module-cache && mkdir -p %t.module-cache
|
||||
// RUN: %empty-directory(%t.mod)
|
||||
// RUN: %empty-directory(%t.sdk)
|
||||
// RUN: %empty-directory(%t.module-cache)
|
||||
// RUN: %api-digester -dump-sdk -module APINotesTest -o %t.dump1.json -module-cache-path %t.module-cache -sdk %t.sdk -swift-version 3 -I %S/Inputs/APINotesLeft
|
||||
// RUN: %api-digester -dump-sdk -module APINotesTest -o %t.dump2.json -module-cache-path %t.module-cache -sdk %t.sdk -swift-version 3 -I %S/Inputs/APINotesRight
|
||||
// RUN: %api-digester -compare-sdk --input-paths %t.dump1.json -input-paths %t.dump2.json -o %t.result -json
|
||||
|
||||
Reference in New Issue
Block a user