aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-03-17 05:49:13 +0000
committerAnders Carlsson <andersca@mac.com>2009-03-17 05:49:13 +0000
commit4598ffab57ba948a323b0877d3d35b7d71d27a4c (patch)
tree373fd1e524d9fc6d286c80cc258160b0ab9820d0
parent70c168488b9cbadeb66e994c210a69ce4326adf2 (diff)
We want to grep the output, not the input :-)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67074 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/2008-07-22-bitfield-init-after-zero-len-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2008-07-22-bitfield-init-after-zero-len-array.c b/test/CodeGen/2008-07-22-bitfield-init-after-zero-len-array.c
index d8b7adcacf..a9708516fb 100644
--- a/test/CodeGen/2008-07-22-bitfield-init-after-zero-len-array.c
+++ b/test/CodeGen/2008-07-22-bitfield-init-after-zero-len-array.c
@@ -1,5 +1,5 @@
// RUN: clang --emit-llvm -o %t %s &&
-// RUN: grep "i8 52" %s | count 1
+// RUN: grep "i8 52" %t | count 1
struct et7 {
float lv7[0];