summaryrefslogtreecommitdiffstats
path: root/src/test/ui/consts/const-eval/index_out_of_bounds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/consts/const-eval/index_out_of_bounds.rs')
-rw-r--r--src/test/ui/consts/const-eval/index_out_of_bounds.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/consts/const-eval/index_out_of_bounds.rs b/src/test/ui/consts/const-eval/index_out_of_bounds.rs
deleted file mode 100644
index 80e0d28fe..000000000
--- a/src/test/ui/consts/const-eval/index_out_of_bounds.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-static FOO: i32 = [][0];
-//~^ ERROR E0080
-
-fn main() {}