summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bitfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/bitfield.c')
-rw-r--r--clang/test/CodeGen/bitfield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/bitfield.c b/clang/test/CodeGen/bitfield.c
index 441a54a6732..70414a9c1e3 100644
--- a/clang/test/CodeGen/bitfield.c
+++ b/clang/test/CodeGen/bitfield.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm > %t1
+// RUN: clang %s -emit-llvm -o - > %t1
// RUN: grep "shl i32 %tmp, 19" %t1 &&
// RUN: grep "ashr i32 %tmp1, 19" %t1 &&
// RUN: grep "shl i16 %tmp4, 1" %t1 &&
OpenPOWER on IntegriCloud