Skip to content

Commit 24c9f6e

Browse files
committed
(Try to) fix tests
1 parent 8b38621 commit 24c9f6e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

swift-package-init-lib.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RUN: %{FileCheck} --check-prefix CHECK-SWIFT-TESTING-LOG --input-file %t.swift-t
4141
```
4242

4343
```
44-
CHECK-SWIFT-TESTING-LOG: Compiling {{.*}}ProjectTests{{.*}}
4544
CHECK-SWIFT-TESTING-LOG: Test run started.
4645
CHECK-SWIFT-TESTING-LOG-NEXT: Test run with 1 test passed after {{.*}} seconds.
4746
```

test-swift-testing-package/test-swift-testing-package.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// Verify that the tool exists and works.
2020
//
2121
// RUN: test -x %t.dir/tool/.build/debug/toolPackageTests.xctest
22-
// RUN: %t.dir/tool/.build/debug/toolPackageTests.xctest > %t.out
22+
// RUN: %t.dir/tool/.build/debug/toolPackageTests.xctest --testing-library swift-testing > %t.out
2323
// RUN: %{FileCheck} --check-prefix CHECK-TOOL-OUTPUT --input-file %t.out %s
2424
//
2525
// CHECK-TOOL-OUTPUT: HI

0 commit comments

Comments
 (0)