add TODO for incorrect unique Roc tests

This commit is contained in:
Dan Knutson 2021-10-24 18:13:36 -05:00
parent ca48d17dbc
commit ab060a95b8

View file

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