Fix a bug where we were counting the alias sets as completely used
[oota-llvm.git] / test / FrontendC / 2007-05-16-EmptyStruct.c
index 64652be8b06538e03e581f3c187731d610af2c60..7b2ab61bccaf6fe24cb092caf27b9a5c9fe54619 100644 (file)
@@ -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;