diff options
| author | Ralf Jung <post@ralfj.de> | 2019-12-01 13:38:49 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-12-01 13:38:49 +0100 |
| commit | 15f159addefd8fea7564ba7617c8af78582b7816 (patch) | |
| tree | c4ffcf11ab561f1b3b0cea2f3422637f933c8135 | |
| parent | a725a15ce2dff97768a588d3f83ba47af9d22a25 (diff) | |
| download | rust-15f159addefd8fea7564ba7617c8af78582b7816.tar.gz rust-15f159addefd8fea7564ba7617c8af78582b7816.zip | |
fix compile-fail tests
| -rw-r--r-- | src/test/compile-fail/consts/const-err3.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/consts/const-err3.rs b/src/test/compile-fail/consts/const-err3.rs index add4eef13c7..fc10824f0c0 100644 --- a/src/test/compile-fail/consts/const-err3.rs +++ b/src/test/compile-fail/consts/const-err3.rs @@ -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); |
