[llvm-commits] [llvm] r65728 - /llvm/trunk/test/FrontendC/2007-05-16-EmptyStruct.c

Chris Lattner sabre at nondot.org
Sat Feb 28 14:20:03 PST 2009


Author: lattner
Date: Sat Feb 28 16:20:02 2009
New Revision: 65728

URL: http://llvm.org/viewvc/llvm-project?rev=65728&view=rev
Log:
one less space, fixes failure with rebuilt llvm-gcc.

Modified:
    llvm/trunk/test/FrontendC/2007-05-16-EmptyStruct.c

Modified: llvm/trunk/test/FrontendC/2007-05-16-EmptyStruct.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2007-05-16-EmptyStruct.c?rev=65728&r1=65727&r2=65728&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/2007-05-16-EmptyStruct.c (original)
+++ llvm/trunk/test/FrontendC/2007-05-16-EmptyStruct.c Sat Feb 28 16:20:02 2009
@@ -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;





More information about the llvm-commits mailing list