Skip to content

Commit f5e668c

Browse files
committed
Fix a typo in tests.mk. Closes #1003
1 parent 007ec66 commit f5e668c

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)-std-dummy: test/stdtest.stage$(1)$$(X)
151151

152152
test/rustctest.stage$(1)$$(X): \
153153
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) \
154-
$$(TARGET_SREQ$(1)$$(CFG_HOST_TRPILE)) \
154+
$$(TARGET_SREQ$(1)$$(CFG_HOST_TRIPLE)) \
155155
$$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \
156156
$$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_RUSTLLVM)
157157
@$$(call E, compile_and_link: $$@)

0 commit comments

Comments
 (0)