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 38e2422 commit 406d543Copy full SHA for 406d543
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