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:
Chris Willmore
2014-11-20 00:32:59 +00:00
parent 7b77294cac
commit 513b05c283
2217 changed files with 2217 additions and 2217 deletions

View File

@@ -1,4 +1,4 @@
// RUN: not %swift %s -parse
// RUN: not %target-swift-frontend %s -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)