Skip to content

Commit f1fa041

Browse files
authored
Merge pull request swiftlang#30198 from CodaFi/just-keep-passing-the-open-windows
[DependencyVerifier] Windows Investigation
2 parents 0392b18 + e732179 commit f1fa041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/Incremental/fail/main.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// UNSUPPORTED: OS=windows-msvc
2+
// rdar://60030114
3+
14
// RUN: %empty-directory(%t)
25
// RUN: %{python} %S/../gen-output-file-map.py -o %t %S/Inputs -r %t.resp
3-
// RUN: cat %t.resp
46
// RUN: cd %t
57
// RUN: not %target-swiftc_driver -no-color-diagnostics -typecheck -output-file-map %t/output.json -incremental -module-name main -verify-incremental-dependencies @%t.resp 2>&1 | sort | %FileCheck %s
68

0 commit comments

Comments
 (0)