summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-05-16-EmptyStruct.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-05-16-EmptyStruct.c')
-rw-r--r--test/FrontendC/2007-05-16-EmptyStruct.c2
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 23c0b1d..7b2ab61 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 -S -o - | grep "struct.anon = type \{\}"
struct { } *X;
OpenPOWER on IntegriCloud