about summary refs log tree commit diff
path: root/tests/codegen/slice-indexing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/slice-indexing.rs')
-rw-r--r--tests/codegen/slice-indexing.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/slice-indexing.rs b/tests/codegen/slice-indexing.rs
index 52714a76a8d..ecce9201071 100644
--- a/tests/codegen/slice-indexing.rs
+++ b/tests/codegen/slice-indexing.rs
@@ -1,6 +1,5 @@
 //@ compile-flags: -O
 //@ only-64bit (because the LLVM type of i64 for usize shows up)
-//@ ignore-debug: the debug assertions get in the way
 
 #![crate_type = "lib"]