@@ -454,8 +454,6 @@ final class IncrementalCompilationTests: XCTestCase {
454
454
checkDiagnostics: checkDiagnostics,
455
455
expectingRemarks: [
456
456
" Disabling incremental cross-module building " ,
457
- " Incremental compilation: found externalDependency " ,
458
- " Incremental compilation: found externalDependency " ,
459
457
" Incremental compilation: May skip current input: {compile: main.o <= main.swift} " ,
460
458
" Incremental compilation: May skip current input: {compile: other.o <= other.swift} " ,
461
459
" Incremental compilation: Skipping input: {compile: main.o <= main.swift} " ,
@@ -472,8 +470,6 @@ final class IncrementalCompilationTests: XCTestCase {
472
470
checkDiagnostics: checkDiagnostics,
473
471
expectingRemarks: [
474
472
" Disabling incremental cross-module building " ,
475
- " Incremental compilation: found externalDependency " ,
476
- " Incremental compilation: found externalDependency " ,
477
473
" Incremental compilation: May skip current input: {compile: main.o <= main.swift} " ,
478
474
" Incremental compilation: Scheduing changed input {compile: other.o <= other.swift} " ,
479
475
" Incremental compilation: Queuing (initial): {compile: other.o <= other.swift} " ,
@@ -499,8 +495,6 @@ final class IncrementalCompilationTests: XCTestCase {
499
495
checkDiagnostics: checkDiagnostics,
500
496
expectingRemarks: [
501
497
" Disabling incremental cross-module building " ,
502
- " Incremental compilation: found externalDependency " ,
503
- " Incremental compilation: found externalDependency " ,
504
498
" Incremental compilation: Scheduing changed input {compile: main.o <= main.swift} " ,
505
499
" Incremental compilation: Scheduing changed input {compile: other.o <= other.swift} " ,
506
500
" Incremental compilation: Queuing (initial): {compile: main.o <= main.swift} " ,
@@ -527,8 +521,6 @@ final class IncrementalCompilationTests: XCTestCase {
527
521
checkDiagnostics: checkDiagnostics,
528
522
expectingRemarks: [
529
523
" Disabling incremental cross-module building " ,
530
- " Incremental compilation: found externalDependency " ,
531
- " Incremental compilation: found externalDependency " ,
532
524
" Incremental compilation: Scheduing changed input {compile: main.o <= main.swift} " ,
533
525
" Incremental compilation: May skip current input: {compile: other.o <= other.swift} " ,
534
526
" Incremental compilation: Queuing (initial): {compile: main.o <= main.swift} " ,
@@ -564,8 +556,6 @@ final class IncrementalCompilationTests: XCTestCase {
564
556
extraArguments: [ extraArgument] ,
565
557
expectingRemarks: [
566
558
" Disabling incremental cross-module building " ,
567
- " Incremental compilation: found externalDependency " ,
568
- " Incremental compilation: found externalDependency " ,
569
559
" Incremental compilation: May skip current input: {compile: other.o <= other.swift} " ,
570
560
" Incremental compilation: Queuing (initial): {compile: main.o <= main.swift} " ,
571
561
" Incremental compilation: scheduling dependents of main.swift; -driver-always-rebuild-dependents " ,
0 commit comments