From f1159446ba85fbf6e1ab9ae1f412abddc195142d Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sat, 6 Jul 2013 02:19:37 -0700 Subject: [PATCH] Update tests.mk disable rusti tests, nothing's landing --- mk/tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/tests.mk b/mk/tests.mk index 35d567ef771..9a991c15197 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -15,7 +15,7 @@ # The names of crates that must be tested TEST_TARGET_CRATES = std extra -TEST_HOST_CRATES = syntax rustc rustdoc rusti rust rustpkg +TEST_HOST_CRATES = syntax rustc rustdoc rust rustpkg TEST_CRATES = $(TEST_TARGET_CRATES) $(TEST_HOST_CRATES) # Markdown files under doc/ that should have their code extracted and run