diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-02-23 18:04:01 -0500 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2024-02-23 18:04:01 -0500 |
| commit | 2f3c0b98593044c00492f4287e27ef9733121c97 (patch) | |
| tree | a9eadd9e5552983d52be9f52be6ac3c179bacdc6 /tests/codegen/slice-as_chunks.rs | |
| parent | 2dbd6233ccdb2cd4b621a5e839a95c3fbbc0c375 (diff) | |
| download | rust-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.rs | 1 |
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)] |
