Skip to content

Commit 60e714d

Browse files
committed
---
yaml --- r: 6319 b: refs/heads/master c: 9ccd84a h: refs/heads/master i: 6317: e34a41a 6315: 0f7322a 6311: 3608c29 6303: 496304c v: v3
1 parent 6e3f368 commit 60e714d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5aaafa704f6908f4f83b6805662df7adb36aa721
2+
refs/heads/master: 9ccd84a9cdfd25df30325a74797137793542332d

trunk/mk/tests.mk

+2-5
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,8 @@ check-stage$(1)-$(2)-std-dummy: test/stdtest.stage$(1)-$(2)$$(X)
163163
# Rules for the rustc test runner
164164

165165
test/rustctest.stage$(1)-$(2)$$(X): \
166-
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) \
167-
$$(TARGET_SREQ$(1)$(2) \
168-
$$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \
169-
$$(TARGET_LIB$(1)$(2))/$$(CFG_RUSTLLVM) \
170-
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
166+
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) $$(SREQ$(1)$(2)) \
167+
$$(TARGET_LIB$(1)$(2))/$$(CFG_RUSTLLVM)
171168
@$$(call E, compile_and_link: $$@)
172169
$$(STAGE$(1)_$(2)) -o $$@ $$< --test
173170

0 commit comments

Comments
 (0)