mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
add TODO for incorrect unique Roc tests
This commit is contained in:
parent
ca48d17dbc
commit
ab060a95b8
1 changed files with 2 additions and 0 deletions
|
@ -1543,6 +1543,8 @@ pub fn strTrim(string: RocStr) callconv(.C) RocStr {
|
|||
|
||||
// Originally Large
|
||||
|
||||
// TODO GIESCH
|
||||
// not hitting this branch in Roc tests; only from zig
|
||||
if (string.isRefcountOne()) {
|
||||
if (leading_bytes > 0) {
|
||||
var i: usize = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue