File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t/sub)
2
2
// RUN: echo "{\"\": {\"swift-dependencies\": \"cross_module.swiftdeps\"}}" > %t/ofm.json
3
- // RUN: %swiftc_driver -incremental -emit-module -module-name cross_module -output-file-map=%/t/ofm.json -driver-print-jobs -target x86_64-apple-macosx10.9 %s -enable-experimental-cross-module- incremental-build 2>^1 | %FileCheck -check-prefix ENABLE %s
3
+ // RUN: %swiftc_driver -incremental -emit-module -module-name cross_module -output-file-map=%/t/ofm.json -driver-print-jobs -target x86_64-apple-macosx10.9 %s -disable- incremental-imports 2>^1 | %FileCheck -check-prefix ENABLE %s
4
4
5
5
// ENABLE: {{bin(/|\\\\)swift(-frontend|c)?(\.exe)?"?}} -frontend -merge-modules
6
- // ENABLE-SAME: -enable-experimental-cross-module- incremental-build
6
+ // ENABLE-SAME: -disable- incremental-imports
You can’t perform that action at this time.
0 commit comments