From 4b9267bd588c91eb125441fa51616deadda3b20a Mon Sep 17 00:00:00 2001 From: dhneio Date: Tue, 24 Feb 2015 08:06:57 -0800 Subject: Remove outdated warning from test-unit --- python/servo/testing_commands.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/servo/testing_commands.py') diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 562c103de0d..10959cd021d 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -124,9 +124,6 @@ class MachCommands(CommandBase): if c != "servo": ret = ret or cargo_test(c) - print("WARNING: test-unit has probably destroyed your servo binary " - " (see https://github.com/rust-lang/cargo/issues/961 ). You " - " may want to rebuild now.") return ret @Command('test-ref', -- cgit v1.2.3