|
3 | 3 | // RUN: cp -R $INPUT_DIR/Alpha.framework %t/Frameworks/ |
4 | 4 | // RUN: %empty-directory(%t/Frameworks/Alpha.framework/Modules/Alpha.swiftmodule) |
5 | 5 | // RUN: %empty-directory(%t/Frameworks/Alpha.framework/Headers/) |
6 | | -// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-experimental-feature IsolatedDeinit -disable-implicit-string-processing-module-import -parse-as-library -module-name Alpha \ |
| 6 | +// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -disable-implicit-string-processing-module-import -parse-as-library -module-name Alpha \ |
7 | 7 | // RUN: -emit-module -o %t/Frameworks/Alpha.framework/Modules/Alpha.swiftmodule/%module-target-triple.swiftmodule \ |
8 | 8 | // RUN: -enable-objc-interop -disable-objc-attr-requires-foundation-module \ |
9 | 9 | // RUN: -emit-objc-header -emit-objc-header-path %t/Frameworks/Alpha.framework/Headers/Alpha-Swift.h $INPUT_DIR/Alpha.swift |
10 | 10 | // RUN: cp -R $INPUT_DIR/Beta.framework %t/Frameworks/ |
11 | 11 | // RUN: %empty-directory(%t/Frameworks/Beta.framework/Headers/) |
12 | 12 | // RUN: cp $INPUT_DIR/Beta.h %t/Frameworks/Beta.framework/Headers/Beta.h |
13 | | -// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-experimental-feature IsolatedDeinit -disable-implicit-string-processing-module-import -disable-availability-checking -typecheck -verify %s -F %t/Frameworks -F %clang-importer-sdk-path/frameworks |
14 | | -// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-experimental-feature IsolatedDeinit -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 | | -// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -enable-experimental-feature IsolatedDeinit -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 |
| 13 | +// 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 | +// 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 | +// 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 |
16 | 16 |
|
17 | 17 | // REQUIRES: concurrency |
18 | 18 | // REQUIRES: objc_interop |
19 | | -// REQUIRES: swift_feature_IsolatedDeinit |
20 | 19 |
|
21 | 20 | // Note: intentionally importing Alpha implicitly |
22 | 21 | import Beta |
|
0 commit comments