about summary refs log tree commit diff
path: root/tests/codegen/slice-as_chunks.rs
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-02-23 18:04:01 -0500
committerBen Kimock <kimockb@gmail.com>2024-02-23 18:04:01 -0500
commit2f3c0b98593044c00492f4287e27ef9733121c97 (patch)
treea9eadd9e5552983d52be9f52be6ac3c179bacdc6 /tests/codegen/slice-as_chunks.rs
parent2dbd6233ccdb2cd4b621a5e839a95c3fbbc0c375 (diff)
downloadrust-2f3c0b98593044c00492f4287e27ef9733121c97.tar.gz
rust-2f3c0b98593044c00492f4287e27ef9733121c97.zip
Ignore less tests in debug builds
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)]