summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-len-underflow-separate-spans.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-len-underflow-separate-spans.rs')
-rw-r--r--src/test/ui/consts/const-len-underflow-separate-spans.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/consts/const-len-underflow-separate-spans.rs b/src/test/ui/consts/const-len-underflow-separate-spans.rs
index 478761aef..4544c8876 100644
--- a/src/test/ui/consts/const-len-underflow-separate-spans.rs
+++ b/src/test/ui/consts/const-len-underflow-separate-spans.rs
@@ -9,5 +9,5 @@ const LEN: usize = ONE - TWO;
fn main() {
let a: [i8; LEN] = unimplemented!();
-//~^ ERROR E0080
+//~^ constant
}