one less space, fixes failure with rebuilt llvm-gcc.
authorChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 22:20:02 +0000 (22:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 22:20:02 +0000 (22:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65728 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2007-05-16-EmptyStruct.c

index 64652be8b06538e03e581f3c187731d610af2c60..748aa98351d58156c141b690f8d1c136606edab9 100644 (file)
@@ -1,5 +1,5 @@
 // PR 1417
 
-// RUN: %llvmgcc -xc  %s -c -o - | llvm-dis | grep "struct.anon = type \{  \}"
+// RUN: %llvmgcc -xc  %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
 
 struct { } *X;