about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-03-13 18:32:42 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-03-16 21:57:43 -0500
commit3ab26f84698bf30572f3bc9336570c422f59aa2a (patch)
treecd305dbbc0f1854ee1cb4a41919a464d2e9a996f
parent59749087f8c42d767e0bf89e867664f4aea3a357 (diff)
downloadrust-3ab26f84698bf30572f3bc9336570c422f59aa2a.tar.gz
rust-3ab26f84698bf30572f3bc9336570c422f59aa2a.zip
join lines in makefile
-rw-r--r--mk/tests.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/tests.mk b/mk/tests.mk
index 0d1067a87e0..2fb33eb7db8 100644
--- a/mk/tests.mk
+++ b/mk/tests.mk
@@ -22,8 +22,7 @@ $(eval $(call RUST_CRATE,coretest))
 DEPS_collectionstest :=
 $(eval $(call RUST_CRATE,collectionstest))
 
-TEST_TARGET_CRATES = $(filter-out core unicode,$(TARGET_CRATES)) \
-										 collectionstest coretest
+TEST_TARGET_CRATES = $(filter-out core unicode,$(TARGET_CRATES)) collectionstest coretest
 TEST_DOC_CRATES = $(DOC_CRATES)
 TEST_HOST_CRATES = $(filter-out rustc_typeck rustc_borrowck rustc_resolve rustc_trans rustc_lint,\
                      $(HOST_CRATES))