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/ascii-char.rs | |
| parent | 2dbd6233ccdb2cd4b621a5e839a95c3fbbc0c375 (diff) | |
| download | rust-2f3c0b98593044c00492f4287e27ef9733121c97.tar.gz rust-2f3c0b98593044c00492f4287e27ef9733121c97.zip | |
Ignore less tests in debug builds
Diffstat (limited to 'tests/codegen/ascii-char.rs')
| -rw-r--r-- | tests/codegen/ascii-char.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/tests/codegen/ascii-char.rs b/tests/codegen/ascii-char.rs index 30f285096ed..fab9f8632fc 100644 --- a/tests/codegen/ascii-char.rs +++ b/tests/codegen/ascii-char.rs @@ -1,5 +1,4 @@ //@ compile-flags: -C opt-level=1 -//@ ignore-debug (the extra assertions get in the way) #![crate_type = "lib"] #![feature(ascii_char)] | 
