File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
#
17
17
# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
18
18
#
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'
21
21
22
22
# Verify that the build worked.
23
23
#
42
42
# RUN: echo END-OF-INPUT >> %t.rebuild-log
43
43
# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
44
44
#
45
- # CHECK-REBUILD-LOG-NOT: Compiling
45
+ # CHECK-REBUILD-LOG-NOT: Compile
Original file line number Diff line number Diff line change 18
18
#
19
19
# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
20
20
#
21
- # CHECK-BUILD-LOG: Compiling Swift Module 'PackageDescription'
21
+ # CHECK-BUILD-LOG: Compile Swift Module 'PackageDescription'
22
22
23
23
# Verify that the build worked.
24
24
#
Original file line number Diff line number Diff line change 27
27
#
28
28
# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
29
29
#
30
- # CHECK-BUILD-LOG: Compiling Swift Module 'testApp'
30
+ # CHECK-BUILD-LOG: Compile Swift Module 'testApp'
31
31
32
32
# Verify that the build worked.
33
33
#
45
45
# RUN: echo END-OF-INPUT >> %t.rebuild-log
46
46
# RUN: %{FileCheck} --check-prefix CHECK-BUILD-LOG --input-file %t.build-log %s
47
47
#
48
- # CHECK-REBUILD-LOG-NOT: Compiling
48
+ # CHECK-REBUILD-LOG-NOT: Compile
You can’t perform that action at this time.
0 commit comments