Skip to content

Commit 7ca663c

Browse files
authored
Merge pull request #18061 from jrose-apple/see-i-just-wiped-my-finger-clean-right-under-the-rug
2 parents 6568feb + 387bbac commit 7ca663c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Driver/Dependencies/only-skip-once.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
// RUN: cd %t && %target-swiftc_driver -driver-show-job-lifecycle -output-file-map %t/output-file-map.json -incremental main.swift file1.swift file2.swift -j1 2>&1 | %FileCheck -check-prefix=CHECK-INITIAL %s
66

7-
// CHECK-INITIAL-NOT: warning
8-
// CHECK-INITIAL: Queuing (initial):
97
// CHECK-INITIAL: Job finished: {compile: main.o <= main.swift}
108
// CHECK-INITIAL: Job finished: {compile: file1.o <= file1.swift}
119
// CHECK-INITIAL: Job finished: {compile: file2.o <= file2.swift}
@@ -15,7 +13,6 @@
1513
// RUN: cd %t && %target-swiftc_driver -driver-show-job-lifecycle -output-file-map %t/output-file-map.json -incremental main.swift file1.swift file2.swift -j1 2>&1 | %FileCheck -check-prefix=CHECK-REBUILD %s
1614

1715
// We should skip the main and file1 rebuilds here, but we should only note skipping them _once_
18-
// CHECK-REBUILD: Queuing (initial):
1916
// CHECK-REBUILD: Job finished: {compile: file2.o <= file2.swift}
2017
// CHECK-REBUILD: Job skipped: {compile: main.o <= main.swift}
2118
// CHECK-REBUILD: Job skipped: {compile: file1.o <= file1.swift}

0 commit comments

Comments
 (0)