Skip to content

Commit 638439a

Browse files
committed
update codegen tests
1 parent fa9a911 commit 638439a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: tests/codegen/vec-reserve-extend.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// compile-flags: -O
2+
// ignore-debug
3+
// (with debug assertions turned on, `assert_unchecked` generates a real assertion)
24

35
#![crate_type = "lib"]
46

Diff for: tests/codegen/vec_pop_push_noop.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// compile-flags: -O
2+
// ignore-debug
3+
// (with debug assertions turned on, `assert_unchecked` generates a real assertion)
24

35
#![crate_type = "lib"]
46

0 commit comments

Comments
 (0)