more cleanup

This commit is contained in:
Folkert 2022-10-15 20:33:01 +02:00
parent a5935b262b
commit ebc3e770de
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -1590,7 +1590,6 @@ mod test {
{
let dir = tempfile::tempdir().unwrap();
let dir = dir.path();
// let dir = Path::new(r"C:\Users\folkert\Documents\GitHub\roc\linktest");
runner(dir);
@ -1618,7 +1617,6 @@ mod test {
{
let dir = tempfile::tempdir().unwrap();
let dir = dir.path();
// let dir = Path::new("/tmp/roc");
runner(dir);