We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9277281 commit 1253f0dCopy full SHA for 1253f0d
test/Driver/Dependencies/only-skip-once.swift
@@ -4,7 +4,6 @@
4
5
// 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
6
7
-// CHECK-INITIAL-NOT: warning
8
// CHECK-INITIAL: Job finished: {compile: main.o <= main.swift}
9
// CHECK-INITIAL: Job finished: {compile: file1.o <= file1.swift}
10
// CHECK-INITIAL: Job finished: {compile: file2.o <= file2.swift}
0 commit comments