Skip to content

Commit d8aa771

Browse files
committed
forgot one
1 parent 585fe88 commit d8aa771

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/path-test.roc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,6 @@ cleanup_test_files! = |{}|
322322
${cleanup_stdout}
323323
"""
324324
)?
325-
326-
List.for_each_try!(test_files, |filename|
327-
Path.delete!(Path.from_str(filename))
328-
)?
329325
330326
# Verify cleanup
331327
ls_after_cleanup = Cmd.new("ls") |> Cmd.args(test_files) |> Cmd.output!()

0 commit comments

Comments
 (0)