mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
more cleanup
This commit is contained in:
parent
a5935b262b
commit
ebc3e770de
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue