File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
// RUN: -enable-library-evolution \
11
11
// RUN: -emit-module-path %t/Exported.swiftmodule \
12
12
// RUN: -emit-module-interface-path %t/Exported.swiftinterface \
13
- // RUN: -emit-private-module-interface-path %t/Exported.private.swiftinterface \
14
- // RUN: -enable-experimental-feature ModuleInterfaceExportAs
13
+ // RUN: -emit-private-module-interface-path %t/Exported.private.swiftinterface
15
14
// RUN: %target-swift-typecheck-module-from-interface(%t/Exported.private.swiftinterface) -module-name Exported -I %t
16
15
// RUN: cat %t/Exported.swiftinterface | %FileCheck -check-prefix=CHECK-USE-EXPORTER %s
17
16
// RUN: cat %t/Exported.private.swiftinterface | %FileCheck -check-prefix=CHECK-USE-EXPORTED %s
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: split-file %s %t
3
3
4
+ /// Make sure the flag `ModuleInterfaceExportAs` doesn't raise an error.
5
+ // RUN: %target-swift-frontend -emit-module %t/PrivateLib.swift \
6
+ // RUN: -enable-experimental-feature ModuleInterfaceExportAs
7
+
4
8
/// Build exportee.
5
9
// RUN: %target-swift-frontend -emit-module %t/PrivateLib.swift \
6
10
// RUN: -swift-version 5 -enable-library-evolution \
You can’t perform that action at this time.
0 commit comments