Auto merge of #22827 - sfackler:should_panic_pt1, r=alexcrichton

This needs to make it into the snapshot before #21824 can land.

r? @alexcrichton
This commit is contained in:
bors 2015-02-26 09:23:36 +00:00
commit 3a96d6a981

View file

@ -187,6 +187,7 @@ enum Status {
("no_link", Normal),
("derive", Normal),
("should_fail", Normal),
("should_panic", Normal),
("ignore", Normal),
("no_implicit_prelude", Normal),
("reexport_test_harness_main", Normal),