Skip to content

Commit

Permalink
update codegen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joboet committed Jan 22, 2024
1 parent fa9a911 commit 638439a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/codegen/vec-reserve-extend.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// compile-flags: -O
// ignore-debug
// (with debug assertions turned on, `assert_unchecked` generates a real assertion)

#![crate_type = "lib"]

Expand Down
2 changes: 2 additions & 0 deletions tests/codegen/vec_pop_push_noop.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// compile-flags: -O
// ignore-debug
// (with debug assertions turned on, `assert_unchecked` generates a real assertion)

#![crate_type = "lib"]

Expand Down

0 comments on commit 638439a

Please sign in to comment.