commit | 874f608ec1fc37613a813396231801e3239365fa | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Jun 12 12:44:52 2008 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Jun 12 12:44:52 2008 +0000 |
tree | 88e1ed9a1e10e2f71dec6adbcb9e5407b0924a2a | |
parent | c577a0e9bf5812719d08c002a57b263681938aea [diff] [blame] |
Fix broken test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52232 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/string-init.c b/test/CodeGen/string-init.c index c703c62..f3ad4c5 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) {