Skip to content

Commit 42acea7

Browse files
authored
Merge pull request #70270 from rintaro/sourcekit-diag-rdar116486638
[SourceKit] Alway dump the input for FileCheck in a cancellation test
2 parents 684739e + 406d543 commit 42acea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SourceKit/Diagnostics/cancel_diags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
1+
// RUN: not %sourcekitd-test -req=diags %s -print-raw-response -id=diag -async -- %s == -cancel=diag 2>&1 | %FileCheck --dump-input=always %s
22

33
func foo(x: Invalid1, y: Invalid2) {
44
x / y / x / y / x / y / x / y

0 commit comments

Comments
 (0)