about summary refs log tree commit diff
path: root/tests/codegen/vec-with-capacity.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-10-19 10:20:40 +0800
committer许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-10-31 17:33:42 +0800
commit0d5cc8ee96c0bf7fa041727891839da4ac57c042 (patch)
tree3f049b7fb2012a2830f495a7379e07aa27ba32b1 /tests/codegen/vec-with-capacity.rs
parent3870022986d62233ee83928dcba6040a7a1c9a99 (diff)
downloadrust-0d5cc8ee96c0bf7fa041727891839da4ac57c042.tar.gz
rust-0d5cc8ee96c0bf7fa041727891839da4ac57c042.zip
tests: `ignore-debug` -> `ignore-std-debug-assertions`
Diffstat (limited to 'tests/codegen/vec-with-capacity.rs')
-rw-r--r--tests/codegen/vec-with-capacity.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/vec-with-capacity.rs b/tests/codegen/vec-with-capacity.rs
index 47051f2eef8..e8c5bc88bd0 100644
--- a/tests/codegen/vec-with-capacity.rs
+++ b/tests/codegen/vec-with-capacity.rs
@@ -1,5 +1,5 @@
 //@ compile-flags: -O
-//@ ignore-debug
+//@ ignore-std-debug-assertions
 // (with debug assertions turned on, `assert_unchecked` generates a real assertion)
 
 #![crate_type = "lib"]