From: Chris Lattner Date: Sat, 28 Feb 2009 22:20:02 +0000 (+0000) Subject: one less space, fixes failure with rebuilt llvm-gcc. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d3fc0a15c752c75b9c9a4d8842372d950d26a04f;p=oota-llvm.git one less space, fixes failure with rebuilt llvm-gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65728 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2007-05-16-EmptyStruct.c b/test/FrontendC/2007-05-16-EmptyStruct.c index 64652be8b06..748aa98351d 100644 --- a/test/FrontendC/2007-05-16-EmptyStruct.c +++ b/test/FrontendC/2007-05-16-EmptyStruct.c @@ -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;