about summary refs log tree commit diff
path: root/tests/codegen/slice-as_chunks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/slice-as_chunks.rs')
-rw-r--r--tests/codegen/slice-as_chunks.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/slice-as_chunks.rs b/tests/codegen/slice-as_chunks.rs
index c9cd482a9a4..631d18d7809 100644
--- a/tests/codegen/slice-as_chunks.rs
+++ b/tests/codegen/slice-as_chunks.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"]
 #![feature(slice_as_chunks)]