fix zig test

This commit is contained in:
Folkert 2021-06-19 23:03:13 +02:00
parent e912edcfdd
commit f62a5c12b9

View file

@ -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();