diff options
-rw-r--r-- | test/C++Frontend/2003-08-24-Cleanup.cpp.tr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr index 690303545f..b27aef40cb 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++ 2003-08-24-Cleanup.cpp.tr -c -o - | dis | grep 'call void %llvm.unwind' +// RUN: llvmg++ -xc++ %s -c -o - | llvm-dis | grep unwind struct S { ~S(); }; |