mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
compiler_crashers: Use %target-swift-frontend instead of %swift -sdk %sdk
This fixes compiler_crashers tests that use the ObjC interface on iOS hardware SDKs. Swift SVN r23458
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// RUN: rm -rf %t/clang-module-cache
|
||||
// RUN: not --crash %swift %s -sdk %sdk -module-cache-path %t/clang-module-cache -parse
|
||||
// RUN: not --crash %target-swift-frontend %s -module-cache-path %t/clang-module-cache -parse
|
||||
|
||||
// Distributed under the terms of the MIT license
|
||||
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
|
||||
|
||||
Reference in New Issue
Block a user