]> granicus.if.org Git - clang/commitdiff
Remove tcl quotes.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 14:30:41 +0000 (14:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jul 2013 14:30:41 +0000 (14:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185636 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/2007-05-07-PaddingElements.c

index 574a37760a382b5d167b79236e1dca2272ba6a83..2295176396fd4a4a36bf0aaf0add1db45c14188c 100644 (file)
@@ -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;