File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
// CHECK: Handled main.swift
10
10
// CHECK: Handled other.swift
11
- // CHECK-NOT: error
12
11
// CHECK: error: input file 'other.swift' was modified during the build
13
- // CHECK-NOT: error
14
12
15
13
// RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path "%{python.unquoted};%S/Inputs/update-dependencies.py;%swift-dependency-tool" -output-file-map %t/output.json -incremental -driver-always-rebuild-dependents ./main.swift ./other.swift -module-name main -j1 -v 2>&1 | %FileCheck -check-prefix=CHECK-RECOVER %s
16
14
23
21
24
22
// CHECK-REVERSED: Handled other.swift
25
23
// CHECK-REVERSED: Handled main.swift
26
- // CHECK-REVERSED-NOT: error
27
24
// CHECK-REVERSED: error: input file 'main.swift' was modified during the build
28
- // CHECK-REVERSED-NOT: error
29
25
30
26
// RUN: cd %t && %swiftc_driver -c -driver-use-frontend-path "%{python.unquoted};%S/Inputs/update-dependencies.py;%swift-dependency-tool" -output-file-map %t/output.json -incremental -driver-always-rebuild-dependents ./main.swift ./other.swift -module-name main -j1 -v 2>&1 | %FileCheck -check-prefix=CHECK-REVERSED-RECOVER %s
31
27
32
- // CHECK-REVERSED-RECOVER-NOT: Handled other.swift
33
28
// CHECK-REVERSED-RECOVER: Handled main.swift
34
- // CHECK-REVERSED-RECOVER-NOT: Handled other.swift
You can’t perform that action at this time.
0 commit comments