Skip to content

Commit

Permalink
fix compile-fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 1, 2019
1 parent a725a15 commit 15f159a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/compile-fail/consts/const-err3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 15f159a

Please sign in to comment.