mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
intermedia change.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
// REQUIRES: OS=macosx
|
||||
// RUN: %empty-directory(%t.tmp)
|
||||
// mkdir %t.tmp/module-cache && mkdir %t.tmp/dummy.sdk
|
||||
// RUN: %api-digester -dump-sdk -module Swift -o %t.tmp/current-stdlib.json -module-cache-path %t.tmp/module-cache -sdk %t.tmp/dummy.sdk -swift-version 3
|
||||
// RUN: %api-digester -dump-sdk -module Swift -o %t.tmp/current-stdlib.json -module-cache-path %t.tmp/module-cache -sdk %t.tmp/dummy.sdk
|
||||
// RUN: %api-digester -diagnose-sdk -input-paths %S/stdlib-stable.json -input-paths %t.tmp/current-stdlib.json >> %t.tmp/changes.txt
|
||||
// RUN: %clang -E -P -x c %S/source-stability.swift.expected -o - | sed '/^\s*$/d' > %t.tmp/source-stability.swift.expected
|
||||
// RUN: %clang -E -P -x c %t.tmp/changes.txt -o - | sed '/^\s*$/d' > %t.tmp/changes.txt.tmp
|
||||
// RUN: diff -u %t.tmp/source-stability.swift.expected %t.tmp/changes.txt.tmp
|
||||
|
||||
// REQUIRES: rdar_43425867
|
||||
|
||||
Reference in New Issue
Block a user