X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendC%2F2007-05-16-EmptyStruct.c;h=7b2ab61bccaf6fe24cb092caf27b9a5c9fe54619;hb=d574bb5a6ee6cbe4d2387e4fa7f7f5ab099ea05f;hp=64652be8b06538e03e581f3c187731d610af2c60;hpb=0b85642898bd81209e56e8098c065e2975d455a0;p=oota-llvm.git diff --git a/test/FrontendC/2007-05-16-EmptyStruct.c b/test/FrontendC/2007-05-16-EmptyStruct.c index 64652be8b06..7b2ab61bcca 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;