Skip to content

Commit b96cfd2

Browse files
committed
[Test][Concurrency] Increase the output we get when reflect_task fails.
We had this set to `--dump-input=fail`, but that means we aren't seeing the output after the failure (when it fails).
1 parent 5a6a147 commit b96cfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/Reflection/reflect_task.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %target-build-swift %t/reflect_task.swift.o %t/reflect_task.c.o -o %t/reflect_task
55
// RUN: %target-codesign %t/reflect_task
66

7-
// RUN: %target-run %target-swift-reflection-test %t/reflect_task | %FileCheck %s --dump-input=fail
7+
// RUN: %target-run %target-swift-reflection-test %t/reflect_task | %FileCheck %s --dump-input=always
88

99
// REQUIRES: reflection_test_support
1010
// REQUIRES: executable_test

0 commit comments

Comments
 (0)