From a9f7bc8812d4f310923e9889f09eacc80079d5fe Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 21 Apr 2007 20:46:55 +0000 Subject: Failure.sh is dead, remove it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36316 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile.tests | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Makefile.tests') diff --git a/test/Makefile.tests b/test/Makefile.tests index b46b96da36..ad9f2eabc7 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -37,7 +37,6 @@ endif LCCFLAGS += -O2 -Wall LCXXFLAGS += -O2 -Wall LLCFLAGS = -FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh TESTRUNR = @echo Running test: $<; \ PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \ $(LLVM_SRC_ROOT)/test/TestRunner.sh -- cgit v1.2.3