From: Anders Carlsson Date: Tue, 17 Mar 2009 05:49:13 +0000 (+0000) Subject: We want to grep the output, not the input :-) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4598ffab57ba948a323b0877d3d35b7d71d27a4c;p=clang 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 --- 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];