Skip to content

Commit 1c68744

Browse files
committed
[test] Let test output go to stdout.
...so we can see it in failure logs.
1 parent 7d61a5e commit 1c68744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/TestData.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// RUN: %target-clang %S/Inputs/FoundationBridge/FoundationBridge.m -c -o %t/FoundationBridgeObjC.o -g
1313
// RUN: %target-build-swift %s -I %S/Inputs/FoundationBridge/ -Xlinker %t/FoundationBridgeObjC.o -o %t/TestData
1414

15-
// RUN: %target-run %t/TestData > %t.txt
15+
// RUN: %target-run %t/TestData
1616
// REQUIRES: executable_test
1717
// REQUIRES: objc_interop
1818

0 commit comments

Comments
 (0)