Skip to content

Commit 20275c1

Browse files
author
Reid Spencer
committed
Failing Feature/Regression test should fail the build
llvm-svn: 18507
1 parent 895ad73 commit 20275c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ RUNTESTFLAGS := --tool $(TESTSUITE)
121121
endif
122122

123123
check:: site.exp
124-
-PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
124+
PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
125125
$(RUNTEST) $(RUNTESTFLAGS)
126126

127127
clean::

0 commit comments

Comments
 (0)