]> granicus.if.org Git - clang/commitdiff
Fix broken test.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 12 Jun 2008 12:44:52 +0000 (12:44 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 12 Jun 2008 12:44:52 +0000 (12:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52232 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/string-init.c

index c703c622ec721684348e0ff6318fb0c90c8474f3..f3ad4c51ee870c6bfbe441ee30a04f584bb93ed2 100644 (file)
@@ -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) {