projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a4bbbf
)
one less space, fixes failure with rebuilt llvm-gcc.
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Feb 2009 22:20:02 +0000
(22:20 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/FrontendC/2007-05-16-EmptyStruct.c
b/test/FrontendC/2007-05-16-EmptyStruct.c
index 64652be8b06538e03e581f3c187731d610af2c60..748aa98351d58156c141b690f8d1c136606edab9 100644
(file)
--- 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;