File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
// RUN: %target-swift-frontend(mock-sdk: -sdk %S/../Inputs/clang-importer-sdk -I %t) -emit-module -o %t %S/../Inputs/clang-importer-sdk/swift-modules/AppKit.swift
8
8
// FIXME: END -enable-source-import hackaround
9
9
10
- // RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource) -emit-module - I %t -I %S/Inputs/custom-modules -o %t %s
11
- // RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource) -parse-as-library %t/override.swiftmodule -I %t -parse -emit-objc-header-path %t/override.h
10
+ // RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource - I %t) -emit-module -I %S/Inputs/custom-modules -o %t %s
11
+ // RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t ) -parse-as-library %t/override.swiftmodule -parse -emit-objc-header-path %t/override.h
12
12
// RUN: FileCheck %s < %t/override.h
13
13
// RUN: %check-in-clang %t/override.h -I %S/Inputs/custom-modules -Wno-super-class-method-mismatch -Wno-overriding-method-mismatch
14
14
// RUN: not %check-in-clang %t/override.h -Wno-super-class-method-mismatch -I %S/Inputs/custom-modules 2>&1 | FileCheck -check-prefix=CLANG %s
You can’t perform that action at this time.
0 commit comments