diff options
Diffstat (limited to 'test/FrontendC/2007-05-16-EmptyStruct.c')
| -rw-r--r-- | test/FrontendC/2007-05-16-EmptyStruct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2007-05-16-EmptyStruct.c b/test/FrontendC/2007-05-16-EmptyStruct.c index 748aa98351d58..23c0b1d6a3f61 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; |
