Skip to content

Commit

Permalink
auto merge of #5052 : dhneio/servo/5042, r=Manishearth
Browse files Browse the repository at this point in the history
This warning is no longer applicable due to a change in cargo's behavior, see #5042
  • Loading branch information
bors-servo committed Feb 25, 2015
2 parents a568846 + 4b9267b commit 862c66e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/servo/testing_commands.py
Expand Up @@ -124,9 +124,6 @@ def cargo_test(component):
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',
Expand Down

0 comments on commit 862c66e

Please sign in to comment.