]> git.lizzy.rs Git - rust.git/commit
Auto merge of #26249 - steveklabnik:remove_extern_panic, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 13 Jun 2015 20:33:53 +0000 (20:33 +0000)
committerbors <bors@rust-lang.org>
Sat, 13 Jun 2015 20:33:53 +0000 (20:33 +0000)
commit325066051fd4652667d06b2bccc2c63d7ce0812b
tree289e12dbffbf094a27f63eea6e517a94b0431561
parentc43cdb8ffd98b53e312ad4fc455b941e014c71bf
parent5a5499b36cbf0a298f549ba0d1172dec9f3fdfd9
Auto merge of #26249 - steveklabnik:remove_extern_panic, r=alexcrichton

This test has an interesting history, because of fail -> panic. It was
originally called extern-fail.rs:
https://github.com/rust-lang/rust/commits/master/src/test/run-fail/extern-fail.rs

It lived for a while, but was disabled in August 2013:
https://github.com/rust-lang/rust/commit/ce95b01014391f29a655d165d9e6d31449ceb835

As you can see, that failure was not specific to this test, however,
this code does stuff with the runtime, which was removed. Given that
it hasn't even been able to compile in a long time, we should just
remove it.

r? @brson