Skip to content

Commit 15f159a

Browse files
committed
fix compile-fail tests
1 parent a725a15 commit 15f159a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/compile-fail/consts/const-err3.rs

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ fn main() {
1414
//~^ ERROR const_err
1515
let _e = [5u8][1];
1616
//~^ ERROR const_err
17-
//~| ERROR this expression will panic at runtime
1817
black_box(b);
1918
black_box(c);
2019
black_box(d);

0 commit comments

Comments
 (0)