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 8fca7617983..95dd71af1e9 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -125,9 +125,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', |