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.
2 parents 0392b18 + e732179 commit f1fa041Copy full SHA for f1fa041
test/Incremental/fail/main.swift
@@ -1,6 +1,8 @@
1
+// UNSUPPORTED: OS=windows-msvc
2
+// rdar://60030114
3
+
4
// RUN: %empty-directory(%t)
5
// RUN: %{python} %S/../gen-output-file-map.py -o %t %S/Inputs -r %t.resp
-// RUN: cat %t.resp
6
// RUN: cd %t
7
// 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
8
0 commit comments