File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ // RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \
2+ // RUN: -enable-experimental-feature InlineAlways \
3+ // RUN: -emit-private-module-interface-path %t.private.swiftinterface
4+
5+ // RUN: %target-swift-typecheck-module-from-interface(%t.swiftinterface) -module-name attrs
6+
7+ // RUN: %target-swift-typecheck-module-from-interface(%t.private.swiftinterface) -module-name attrs
8+
9+ // RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.swiftinterface
10+ // RUN: %FileCheck %s --check-prefixes CHECK --input-file %t.private.swiftinterface
11+
112// RUN: %target-swift-emit-module-interface(%t.swiftinterface) %s -module-name attrs \
213// RUN: -emit-private-module-interface-path %t.private.swiftinterface
314
You can’t perform that action at this time.
0 commit comments