Skip to content

Commit 343b86a

Browse files
committed
[Test][stdlib] Use /dev/stderr for lit compatibility
1 parent ccea096 commit 343b86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/SwiftObjectNSObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// RUN: %target-build-swift %s -g -I %S/Inputs/SwiftObjectNSObject/ -Xlinker %t/SwiftObjectNSObject.o -o %t/SwiftObjectNSObject
1717
// RUN: %target-codesign %t/SwiftObjectNSObject
1818
// RUN: %target-run %t/SwiftObjectNSObject 2> %t/log.txt
19-
// RUN: cat %t/log.txt 1>&2
19+
// RUN: cat %t/log.txt > /dev/stderr
2020
// RUN: %FileCheck %s < %t/log.txt
2121
// REQUIRES: executable_test
2222

0 commit comments

Comments
 (0)