remove TODO tags

This commit is contained in:
Dan Knutson 2021-10-24 23:01:31 -05:00
parent ab060a95b8
commit e1b9699272
3 changed files with 0 additions and 18 deletions

View file

@ -1008,8 +1008,6 @@ fn str_trim_large_to_large() {
#[test]
fn str_trim_large_to_small() {
// TODO GIESCH
// also check that the 'new' string is correctly small
assert_evals_to!(
indoc!(r#"Str.trim " hello world ""#),
RocStr::from("hello world"),