update run command

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8749 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-09-29 22:17:12 +00:00
parent 17dc4ce5a7
commit a61b19b80a

View File

@ -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(); };