diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-29 22:17:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-29 22:17:12 +0000 |
commit | a61b19b80a7b39667828fc1f2dc89d7ba76a24ca (patch) | |
tree | 9049ac1660058f293d724dd0e3bb7d4b9af60b7f /test/C++Frontend | |
parent | 17dc4ce5a7a6b383a06a86756f5fc20565984e73 (diff) | |
download | external_llvm-a61b19b80a7b39667828fc1f2dc89d7ba76a24ca.zip external_llvm-a61b19b80a7b39667828fc1f2dc89d7ba76a24ca.tar.gz external_llvm-a61b19b80a7b39667828fc1f2dc89d7ba76a24ca.tar.bz2 |
update run command
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend')
-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 6903035..b27aef4 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(); }; |