Skip to content

Commit 78d83e5

Browse files
committedJul 27, 2018
Use %target-typecheck-verify-swift where possible.
1 parent 00c7cb6 commit 78d83e5

File tree

44 files changed

+47
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+47
-47
lines changed
 

‎test/ClangImporter/availability_returns_twice.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -typecheck -verify %s
1+
// RUN: %target-typecheck-verify-swift
22

33
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
44
import Darwin

‎test/ClangImporter/pch-bridging-header.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// First test the explicit frontend-based bridging PCH generation and use works
66
// RUN: %target-swift-frontend -emit-pch -o %t/sdk-bridging-header.pch %S/Inputs/sdk-bridging-header.h
7-
// RUN: %target-swift-frontend -typecheck -verify %s -import-objc-header %t/sdk-bridging-header.pch
7+
// RUN: %target-typecheck-verify-swift -import-objc-header %t/sdk-bridging-header.pch
88

99
// Now test the driver-automated version is inert when disabled
1010
// RUN: env TMPDIR=%t/tmp/ %target-swiftc_driver -typecheck -disable-bridging-pch -save-temps %s -import-objc-header %S/Inputs/sdk-bridging-header.h
@@ -23,11 +23,11 @@
2323

2424
// Test -emit-pch invocation but with a persistent PCH
2525
// RUN: %target-swift-frontend -emit-pch -pch-output-dir %t/pch %S/Inputs/sdk-bridging-header.h
26-
// RUN: %target-swift-frontend -typecheck -verify %s -import-objc-header %S/Inputs/sdk-bridging-header.h -pch-output-dir %t/pch -pch-disable-validation
26+
// RUN: %target-typecheck-verify-swift -import-objc-header %S/Inputs/sdk-bridging-header.h -pch-output-dir %t/pch -pch-disable-validation
2727
// RUN: ls %t/pch/*.pch >/dev/null 2>&1
2828

2929
// Test implicit use of persistent PCH
30-
// RUN: %target-swift-frontend -typecheck -verify %s -import-objc-header %S/Inputs/sdk-bridging-header.h -pch-output-dir %t/pch2
30+
// RUN: %target-typecheck-verify-swift -import-objc-header %S/Inputs/sdk-bridging-header.h -pch-output-dir %t/pch2
3131
// RUN: ls %t/pch2/*.pch >/dev/null 2>&1
3232

3333
// RUN: touch %t/header.with.dot.h

0 commit comments

Comments
 (0)