File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
34
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
35
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
- refs/heads/tmp: 59749087f8c42d767e0bf89e867664f4aea3a357
37
+ refs/heads/tmp: 3ab26f84698bf30572f3bc9336570c422f59aa2a
38
38
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
39
39
refs/tags/homu-tmp: 4a5101a42f8ea36bdbe14749e672ab78cb971726
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ $(eval $(call RUST_CRATE,coretest))
22
22
DEPS_collectionstest :=
23
23
$(eval $(call RUST_CRATE,collectionstest))
24
24
25
- TEST_TARGET_CRATES = $(filter-out core unicode,$(TARGET_CRATES ) ) \
26
- collectionstest coretest
25
+ TEST_TARGET_CRATES = $(filter-out core unicode,$(TARGET_CRATES ) ) collectionstest coretest
27
26
TEST_DOC_CRATES = $(DOC_CRATES )
28
27
TEST_HOST_CRATES = $(filter-out rustc_typeck rustc_borrowck rustc_resolve rustc_trans rustc_lint,\
29
28
$(HOST_CRATES ) )
You can’t perform that action at this time.
0 commit comments