Skip to content

Commit 168f9dc

Browse files
authored
Merge pull request #879 from hamishknight/fix-test-5.8
2 parents dccfc2e + f7f9a92 commit 168f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SwiftBuildTool/swift-compiler-whole-module-optimization.swift-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# CHECK: Compiling Swift Module 'Foo'
1414
# CHECK-VERBOSE: swiftc -module-name Bar -incremental -emit-dependencies -emit-module -emit-module-path Bar.swiftmodule -output-file-map bar.build/output-file-map.json -parse-as-library -whole-module-optimization -num-threads 1 -c s1.swift -I importB
15-
# CHECK-VERBOSE-NEXT: swiftc -module-name Foo -incremental -emit-dependencies -emit-module -emit-module-path Foo.swiftmodule -output-file-map foo.build/output-file-map.json -parse-as-library -whole-module-optimization -num-threads 0 -c s1.swift s2.swift -I importA -I importB -Onone -I somePath
15+
# CHECK-VERBOSE: swiftc -module-name Foo -incremental -emit-dependencies -emit-module -emit-module-path Foo.swiftmodule -output-file-map foo.build/output-file-map.json -parse-as-library -whole-module-optimization -num-threads 0 -c s1.swift s2.swift -I importA -I importB -Onone -I somePath
1616

1717
# # Sanity check the output file map.
1818
#

0 commit comments

Comments
 (0)