diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 3 |
1 files changed, 0 insertions, 3 deletions
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', |