update run command
authorChris Lattner <sabre@nondot.org>
Mon, 29 Sep 2003 22:17:12 +0000 (22:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Sep 2003 22:17:12 +0000 (22:17 +0000)
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

index 690303545f5ed4b0b2378684cf8ddb9b23d36c39..b27aef40cbd96dd2694c196188d2f7e4843dc8f8 100644 (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(); };