Remove outdated warning from test-unit

This commit is contained in:
dhneio 2015-02-24 08:06:57 -08:00
parent bf60477e95
commit 4b9267bd58

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