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=b27aef40cbd96dd2694c196188d2f7e4843dc8f8;hpb=a61b19b80a7b39667828fc1f2dc89d7ba76a24ca;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 b27aef40cbd..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: llvmg++ -xc++ %s -c -o - | llvm-dis | grep unwind +// RUN: %llvmgxx -xc++ %s -c -o - | llvm-dis | grep unwind struct S { ~S(); };