Ver código fonte

remove more random cleanup code

Simon Krajewski 6 anos atrás
pai
commit
896eba7877
1 arquivos alterados com 0 adições e 1 exclusões
  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}'));