Fix this test to work under lit.
authorDan Gohman <gohman@apple.com>
Mon, 7 Jun 2010 20:58:11 +0000 (20:58 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 7 Jun 2010 20:58:11 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105553 91177308-0d34-0410-b5e6-96231b3b80d8

test/BugPoint/remove_arguments_test.ll

index cf574d363a8f7a52edc492b16832909a2c74b18d..439ea545468e013ad0f8088bd40a37757bfdd887 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: bugpoint %s -output-prefix %t -bugpoint-crashcalls -silence-passes
-; RUN: llvm-dis remove_arguments_test.ll.tmp-reduced-simplified.bc -o - | FileCheck %s
+; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
 
 ; Test to make sure that arguments are removed from the function if they are 
 ; unnecessary. And clean up any types that that frees up too.