X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendC%2B%2B%2F2006-09-27-Debug-Protection.cpp;h=2a70a0f5b45783381a30f31dc5442cc021ddc6cd;hb=1023643d501b4375b261eb5449a2bb0195f49780;hp=cb09bd0a974b58c2d4aeabbc76866601d5ec2ccb;hpb=9e269f05dbf021560ec3d0647afab0aa7cfb35b2;p=oota-llvm.git diff --git a/test/FrontendC++/2006-09-27-Debug-Protection.cpp b/test/FrontendC++/2006-09-27-Debug-Protection.cpp index cb09bd0a974..2a70a0f5b45 100644 --- a/test/FrontendC++/2006-09-27-Debug-Protection.cpp +++ b/test/FrontendC++/2006-09-27-Debug-Protection.cpp @@ -1,5 +1,5 @@ -// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 1,} -// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep {i32 2,} +// RUN: %llvmgxx -O0 -S -g -o - %s | grep {i32 1,} +// RUN: %llvmgxx -O0 -S -g -o - %s | grep {i32 2,} class A { public: int x;