File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
test/Interop/SwiftToCxx/core Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 8
8
// RUN: %target-swift-frontend -parse-as-library %t-evo/Core.swiftmodule -enable-library-evolution -typecheck -module-name Core -clang-header-expose-public-decls -emit-clang-header-path %t-evo/core.h
9
9
// RUN: %FileCheck %s < %t-evo/core.h
10
10
11
+ // RUN: %empty-directory(%t-int)
12
+ // RUN: %target-swift-frontend %s -typecheck -emit-module-interface-path %t-int/Core.swiftinterface -module-name Core
13
+ // RUN: %target-swift-frontend -parse-as-library %t-int/Core.swiftinterface -typecheck -module-name Core -clang-header-expose-public-decls -emit-clang-header-path %t-int/core.h
14
+ // RUN: %FileCheck %s < %t-int/core.h
15
+
16
+ // RUN: %empty-directory(%t-int-evo)
17
+ // RUN: %target-swift-frontend %s -typecheck -enable-library-evolution -emit-module-interface-path %t-int-evo/Core.swiftinterface -module-name Core
18
+ // RUN: %target-swift-frontend -parse-as-library %t-int-evo/Core.swiftinterface -typecheck -enable-library-evolution -module-name Core -clang-header-expose-public-decls -emit-clang-header-path %t-int-evo/core.h
19
+ // RUN: %FileCheck %s < %t-int-evo/core.h
11
20
12
21
public func reprintedInImportedModule( ) -> Int {
13
22
return 42
You can’t perform that action at this time.
0 commit comments