From: Rafael Espindola Date: Thu, 4 Jul 2013 14:30:41 +0000 (+0000) Subject: Remove tcl quotes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f2c32b9529255c7b62c0b0ab073943708b07e6f;p=clang Remove tcl quotes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185636 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2007-05-07-PaddingElements.c b/test/CodeGen/2007-05-07-PaddingElements.c index 574a37760a..2295176396 100644 --- a/test/CodeGen/2007-05-07-PaddingElements.c +++ b/test/CodeGen/2007-05-07-PaddingElements.c @@ -1,5 +1,5 @@ // PR 1278 -// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | grep {struct.s} | not grep "4 x i8] zeroinitializer" +// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | grep struct.s | not grep "4 x i8] zeroinitializer" // RUN: %clang_cc1 %s -emit-llvm -O0 -o - | not grep "i32 0, i32 2" struct s { double d1;