Skip to content

Commit f185f7f

Browse files
committed
Fix llbuild/swift-build tests
Breakage occurred due to: swiftlang/swift-llbuild@a86fe00
1 parent 6796179 commit f185f7f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example-package-dealer.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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
#
@@ -42,4 +42,4 @@
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

swift-build-self-host.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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
#

test-c-library-swiftpm/test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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
#
@@ -45,4 +45,4 @@
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

0 commit comments

Comments
 (0)