mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
fix zig test
This commit is contained in:
parent
e912edcfdd
commit
f62a5c12b9
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ test "RocStr.concat: small concat small" {
|
|||
roc_str3.deinit();
|
||||
}
|
||||
|
||||
const result = strConcat(InPlace.Clone, roc_str1, roc_str2);
|
||||
const result = strConcat(roc_str1, roc_str2);
|
||||
|
||||
defer result.deinit();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue