mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
make box decrement its contents when free'ing
This commit is contained in:
parent
2ea69f07ef
commit
25d2d090e8
2 changed files with 51 additions and 5 deletions
|
@ -3296,7 +3296,6 @@ fn box_num() {
|
|||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm", feature = "gen-dev"))]
|
||||
#[ignore = "triggers some UB somewhere in at least the llvm and dev backends"]
|
||||
fn box_str() {
|
||||
assert_evals_to!(
|
||||
"Box.box \"short\"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue