File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616#
1717# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
1818#
19- # CHECK-BUILD-LOG: Compiling Swift Module 'FisherYates'
20- # CHECK-BUILD-LOG: Compiling Swift Module 'Dealer'
19+ # CHECK-BUILD-LOG: Compile Swift Module 'FisherYates'
20+ # CHECK-BUILD-LOG: Compile Swift Module 'Dealer'
2121
2222# Verify that the build worked.
2323#
4242# RUN: echo END-OF-INPUT >> %t.rebuild-log
4343# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
4444#
45- # CHECK-REBUILD-LOG-NOT: Compiling
45+ # CHECK-REBUILD-LOG-NOT: Compile
Original file line number Diff line number Diff line change 1818#
1919# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
2020#
21- # CHECK-BUILD-LOG: Compiling Swift Module 'PackageDescription'
21+ # CHECK-BUILD-LOG: Compile Swift Module 'PackageDescription'
2222
2323# Verify that the build worked.
2424#
Original file line number Diff line number Diff line change 2727#
2828# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
2929#
30- # CHECK-BUILD-LOG: Compiling Swift Module 'testApp'
30+ # CHECK-BUILD-LOG: Compile Swift Module 'testApp'
3131
3232# Verify that the build worked.
3333#
4545# RUN: echo END-OF-INPUT >> %t.rebuild-log
4646# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
4747#
48- # CHECK-REBUILD-LOG-NOT: Compiling
48+ # CHECK-REBUILD-LOG-NOT: Compile
You can’t perform that action at this time.
0 commit comments