Skip to content

Commit 4183023

Browse files
committed
correct pre-reqs
1 parent 69911c2 commit 4183023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ check-stage$(1)-$(2)-pretty-pretty: check-stage$(1)-$(2)-pretty-pretty-dummy
151151
# Rules for the standard library test runner
152152

153153
test/stdtest.stage$(1)-$(2)$$(X): $$(STDTEST_CRATE) $$(STDTEST_INPUTS) \
154-
$$(SREQ$(1)$$(CFG_HOST_TRIPLE))
154+
$$(SREQ$(1)$(2))
155155
@$$(call E, compile_and_link: $$@)
156156
$$(STAGE$(1)_$(2)) -o $$@ $$< --test
157157

0 commit comments

Comments
 (0)