commit | 7b6ad6e1fb3eabc9478434d74e4fb3a6a6190d29 | [log] [tgz] |
---|---|---|
author | Argiris Kirtzidis <akyrtzi@gmail.com> | Thu Jun 12 12:44:52 2008 +0000 |
committer | Argiris Kirtzidis <akyrtzi@gmail.com> | Thu Jun 12 12:44:52 2008 +0000 |
tree | 88e1ed9a1e10e2f71dec6adbcb9e5407b0924a2a | |
parent | 73b524d81d488825c3720679c973408a05715549 [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) {