Commit 9ad0af4
authored
Fix XCTest - Run Multiple Times test (#1265)
This test was copied from the swift-testing version, but the names of
the expected tests were not changed. This would pass on 6.0 since it
would do the same thing that the swift-testing test did, but because
swift-testing isn't supported on < Swift 6.0 this test would fail on
5.10 and earlier.
Issue: #12621 parent e3ade90 commit 9ad0af4
File tree
1 file changed
+5
-2
lines changed- test/integration-tests/testexplorer
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | | - | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
470 | 473 | | |
471 | 474 | | |
472 | 475 | | |
| |||
0 commit comments