Skip to content

Commit

Permalink
add a file-level comment to the string-push codegen test
Browse files Browse the repository at this point in the history
  • Loading branch information
lincot committed Dec 20, 2024
1 parent 94d8652 commit a2effde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/codegen/string-push.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Check that `String::push` is optimized enough not to call `memcpy`.
//@ compile-flags: -O
#![crate_type = "lib"]

Expand Down

0 comments on commit a2effde

Please sign in to comment.