auto merge of #5052 : dhneio/servo/5042, r=Manishearth

This warning is no longer applicable due to a change in cargo's behavior, see https://github.com/servo/servo/issues/5042
This commit is contained in:
bors-servo 2015-02-25 08:52:18 -07:00
commit 862c66e78e

View file

@ -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',