From 15140102701809ef788a0ae5aab43df21fd91aaf Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 26 Feb 2008 13:27:49 +0000 Subject: unbreak check-one by supplying a dummy "verbose" procedure git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47603 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index bbd7132884..00c5ef268d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -66,6 +66,7 @@ check-one: site.exp $(TCLSH) echo "proc fail { msg } { puts \"FAIL: \$$msg\" }" ; \ echo "proc xfail { msg } { puts \"XFAIL: \$$msg\" }" ; \ echo "proc xpass { msg } { puts \"XPASS: \$$msg\" }" ; \ + echo "proc verbose args { }" ; \ echo "source $(LLVM_SRC_ROOT)/test/lib/llvm.exp" ; \ echo "RunLLVMTests $(TESTPATH)" ) | \ ( ulimit -t 600 ; ulimit -d 512000 ; \ -- cgit v1.2.3