Explorar el Código

remove more random cleanup code

Simon Krajewski hace 6 años
padre
commit
896eba7877
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tests/asys/test/TestAsyncFileSystem.hx

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

@@ -97,7 +97,6 @@ class TestAsyncFileSystem extends Test {
 		var watcher = NewFS.watch(dir, true);
 		watcher.closeSignal.on(_ -> {
 			async.done();
-			OldFS.deleteDirectory(dir);
 		});
 		watcher.errorSignal.on(e -> assert('unexpected error: ${e.message}'));