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 684739e + 406d543 commit 42acea7Copy full SHA for 42acea7
test/SourceKit/Diagnostics/cancel_diags.swift
@@ -1,4 +1,4 @@
1
-// RUN: not %sourcekitd-test -req=diags %s -print-raw-response -id=diag -async -- %s == -cancel=diag 2>&1 | %FileCheck %s
+// RUN: not %sourcekitd-test -req=diags %s -print-raw-response -id=diag -async -- %s == -cancel=diag 2>&1 | %FileCheck --dump-input=always %s
2
3
func foo(x: Invalid1, y: Invalid2) {
4
x / y / x / y / x / y / x / y
0 commit comments