Simon Krajewski 6 سال پیش
والد
کامیت
552e2381fa
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  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');
 	}
 }