summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-28 22:20:02 +0000
committerChris Lattner <sabre@nondot.org>2009-02-28 22:20:02 +0000
commite2a87a98b39dcce9fa9e4f80e8db1f349049a0fc (patch)
tree9e024df52a95d8e63d54790f005746dd8fdfa20f /llvm/test/FrontendC
parent050ee8fb8d8a06fc9005a4a9e86686d2d9b756ae (diff)
downloadbcm5719-llvm-e2a87a98b39dcce9fa9e4f80e8db1f349049a0fc.tar.gz
bcm5719-llvm-e2a87a98b39dcce9fa9e4f80e8db1f349049a0fc.zip
one less space, fixes failure with rebuilt llvm-gcc.
llvm-svn: 65728
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r--llvm/test/FrontendC/2007-05-16-EmptyStruct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2007-05-16-EmptyStruct.c b/llvm/test/FrontendC/2007-05-16-EmptyStruct.c
index 64652be8b06..748aa98351d 100644
--- a/llvm/test/FrontendC/2007-05-16-EmptyStruct.c
+++ b/llvm/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;
OpenPOWER on IntegriCloud