diff options
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) { |