Skip to content

Commit c5d168c

Browse files
committed
build: Fix bogus test teps
1 parent 8f0bd18 commit c5d168c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/tests.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ define TEST_STAGEN
186186
# Prerequisites for compiletest tests
187187
TEST_SREQ$(1)_T_$(2)_H_$(3) = \
188188
$$(HBIN$(1)_H_$(3))/compiletest$$(X) \
189-
$$(HSREQ$(1)_$(2)_$(3))
189+
$$(SREQ$(1)_T_$(2)_H_$(3))
190190

191191
# Prerequisites for compiletest tests that have deps on librustc, etc
192192
FULL_TEST_SREQ$(1)_T_$(2)_H_$(3) = \
193193
$$(HBIN$(1)_H_$(3))/compiletest$$(X) \
194-
$$(HSREQ$(1)_$(2)_$(3)) \
194+
$$(SREQ$(1)_T_$(2)_H_$(3)) \
195195
$$(TLIBRUSTC_DEFAULT$(1)_T_$(2)_H_$(3))
196196

197197
check-stage$(1)-T-$(2)-H-$(3): tidy \

0 commit comments

Comments
 (0)