fix compile-fail tests

This commit is contained in:
Ralf Jung 2019-12-01 13:38:49 +01:00
parent a725a15ce2
commit 15f159adde

View file

@ -14,7 +14,6 @@ fn main() {
//~^ ERROR const_err
let _e = [5u8][1];
//~^ ERROR const_err
//~| ERROR this expression will panic at runtime
black_box(b);
black_box(c);
black_box(d);