From a61b19b80a7b39667828fc1f2dc89d7ba76a24ca Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 29 Sep 2003 22:17:12 +0000 Subject: [PATCH] update run command git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8749 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2003-08-24-Cleanup.cpp.tr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp.tr index 690303545f5..b27aef40cbd 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(); }; -- 2.34.1