From 874f608ec1fc37613a813396231801e3239365fa Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Thu, 12 Jun 2008 12:44:52 +0000 Subject: [PATCH] Fix broken test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52232 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/string-init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0