File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
test/Concurrency/deinit_isolation_import Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t/Frameworks)
2
- // RUN: INPUT_DIR=%S/Inputs
3
- // RUN: cp -R $INPUT_DIR/Alpha.framework %t/Frameworks/
2
+ // RUN: cp -R %S/Inputs/Alpha.framework %t/Frameworks/
4
3
// RUN: %empty-directory(%t/Frameworks/Alpha.framework/Modules/Alpha.swiftmodule)
5
4
// RUN: %empty-directory(%t/Frameworks/Alpha.framework/Headers/)
6
5
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-implicit-string-processing-module-import -parse-as-library -disable-availability-checking -module-name Alpha \
7
6
// RUN: -emit-module -o %t/Frameworks/Alpha.framework/Modules/Alpha.swiftmodule/%module-target-triple.swiftmodule \
8
7
// RUN: -enable-objc-interop -disable-objc-attr-requires-foundation-module \
9
- // RUN: -emit-objc-header -emit-objc-header-path %t/Frameworks/Alpha.framework/Headers/Alpha-Swift.h $INPUT_DIR /Alpha.swift
10
- // RUN: cp -R $INPUT_DIR /Beta.framework %t/Frameworks/
8
+ // RUN: -emit-objc-header -emit-objc-header-path %t/Frameworks/Alpha.framework/Headers/Alpha-Swift.h %S/Inputs /Alpha.swift
9
+ // RUN: cp -R %S/Inputs /Beta.framework %t/Frameworks/
11
10
// RUN: %empty-directory(%t/Frameworks/Beta.framework/Headers/)
12
- // RUN: cp $INPUT_DIR /Beta.h %t/Frameworks/Beta.framework/Headers/Beta.h
11
+ // RUN: cp %S/Inputs /Beta.h %t/Frameworks/Beta.framework/Headers/Beta.h
13
12
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-implicit-string-processing-module-import -disable-availability-checking -typecheck -verify %s -F %t/Frameworks -F %clang-importer-sdk-path/frameworks
14
13
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-implicit-string-processing-module-import -disable-availability-checking -parse-as-library -emit-silgen -DSILGEN %s -F %t/Frameworks -F %clang-importer-sdk-path/frameworks | %FileCheck %s
15
14
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-implicit-string-processing-module-import -disable-availability-checking -parse-as-library -emit-silgen -DSILGEN %s -F %t/Frameworks -F %clang-importer-sdk-path/frameworks | %FileCheck -check-prefix=CHECK-SYMB %s
You can’t perform that action at this time.
0 commit comments