tests: use the new substitution for the mock SDK

This is required to correctly use the mock SDK when the SDK overlay is
built and tested separately.  (Otherwise, the mock SDK might not get
used, because the overlay SDK options would expand from the
%-substitution, appear first on the command line, and shadow the mock
SDK in the search path).

Swift SVN r25185
This commit is contained in:
Dmitri Hrybenko
2015-02-11 18:57:29 +00:00
parent 235d3aeee4
commit f43843f25c
102 changed files with 150 additions and 150 deletions

View File

@@ -1,5 +1,5 @@
// RUN: %target-swift-frontend -parse -parse-as-library -verify %clang-importer-sdk %S/../Inputs/clang-importer-sdk/swift-modules/Foundation.swift
// RUN: %target-swift-frontend -parse -parse-as-library -verify %clang-importer-sdk %S/../Inputs/clang-importer-sdk/swift-modules/ObjectiveC.swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -parse -parse-as-library -verify %S/../Inputs/clang-importer-sdk/swift-modules/Foundation.swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -parse -parse-as-library -verify %S/../Inputs/clang-importer-sdk/swift-modules/ObjectiveC.swift
// REQUIRES: objc_interop