File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -362,12 +362,12 @@ extension RemovalTestOptions {
362
362
363
363
extension IncrementalCompilationTests {
364
364
/// While all cases are being made to work, just test for now in known good cases
365
- func testRemovalOfPassingCases ( ) throws {
365
+ func testRemovalInPassingCases ( ) throws {
366
366
try testRemoval ( includeFailingCombos: false )
367
367
}
368
368
369
369
/// Someday, turn this test on and test all cases
370
- func testRemovalOfAllCases ( ) throws {
370
+ func testRemovalInAllCases ( ) throws {
371
371
throw XCTSkip ( " unimplemented " )
372
372
try testRemoval ( includeFailingCombos: true )
373
373
}
@@ -384,9 +384,7 @@ extension IncrementalCompilationTests {
384
384
try testRemoval ( optionsToTest)
385
385
}
386
386
else if includeFailingCombos {
387
- try XCTExpectFailure ( " \( optionsToTest) should fail " ) {
388
387
try testRemoval ( optionsToTest)
389
- }
390
388
}
391
389
}
392
390
#endif
You can’t perform that action at this time.
0 commit comments