diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-06-12 12:44:52 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-06-12 12:44:52 +0000 |
commit | 874f608ec1fc37613a813396231801e3239365fa (patch) | |
tree | 88e1ed9a1e10e2f71dec6adbcb9e5407b0924a2a /test/CodeGen/string-init.c | |
parent | c577a0e9bf5812719d08c002a57b263681938aea (diff) |
Fix broken test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52232 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/string-init.c')
-rw-r--r-- | test/CodeGen/string-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/string-init.c b/test/CodeGen/string-init.c index c703c622ec..f3ad4c51ee 100644 --- a/test/CodeGen/string-init.c +++ b/test/CodeGen/string-init.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm %s -o - | not grep "[5 x i8]" && +// RUN: clang -emit-llvm %s -o - | not grep -F "[5 x i8]" && // RUN: clang -emit-llvm %s -o - | not grep "store" void test(void) { |