X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FC%2B%2BFrontend%2F2003-08-24-Cleanup.cpp.tr;h=ab0d1a0d11cd79c893ff8deba4089a84e50293df;hb=e45bb9ad5e7467bc6ba39f2963aa58734aaba98c;hp=3f54f5e0abe95ea6635f8eb19f74b6736a34f9c2;hpb=2bcb2deba26dfe753dfa9465940530cb36675d74;p=oota-llvm.git diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr index 3f54f5e0abe..ab0d1a0d11c 100644 --- a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr +++ b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr @@ -1,4 +1,4 @@ -// RUN: %gxx -xc++ %s -c -o - | llvm-dis | grep unwind +// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep unwind struct S { ~S(); };