about summary refs log tree commit diff
path: root/tests/ui/consts/const-external-macro-const-err.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-external-macro-const-err.rs')
-rw-r--r--tests/ui/consts/const-external-macro-const-err.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/const-external-macro-const-err.rs b/tests/ui/consts/const-external-macro-const-err.rs
index 3cb83823f1a..60cbe36071d 100644
--- a/tests/ui/consts/const-external-macro-const-err.rs
+++ b/tests/ui/consts/const-external-macro-const-err.rs
@@ -9,5 +9,5 @@ extern crate external_macro;
 use external_macro::static_assert;
 
 fn main() {
-    static_assert!(2 + 2 == 5); //~ ERROR constant
+    static_assert!(2 + 2 == 5); //~ ERROR index out of bounds: the length is 1 but the index is 1
 }