Simon Krajewski 6 lat temu
rodzic
commit
552e2381fa
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      tests/asys/test/TestAsyncFileSystem.hx

+ 0 - 4
tests/asys/test/TestAsyncFileSystem.hx

@@ -125,10 +125,6 @@ class TestAsyncFileSystem extends Test {
 			file.truncate(5);
 			file.close();
 		});
-		continuations.push(() -> {
-			NewFS.unlink('$dir/foo/hello.txt');
-			NewFS.rmdir('$dir/foo');
-		});
 		NewFS.mkdir('$dir/foo');
 	}
 }