From d3fc0a15c752c75b9c9a4d8842372d950d26a04f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Feb 2009 22:20:02 +0000 Subject: [PATCH] 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 --- test/FrontendC/2007-05-16-EmptyStruct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;