Nicolas Cannasse 13 年之前
父节点
当前提交
5455291c78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/Test.hx

+ 1 - 1
tests/unit/Test.hx

@@ -150,8 +150,8 @@ package unit;
 	static function checkDone() {
 		if( asyncWaits.length != 0 ) return;
 		if( asyncCache.length == 0 ) {
-			return;
 			report("DONE ["+count+" tests]");
+			return;
 		}
 		resetTimer();
 		while( asyncCache.length > 0 && asyncWaits.length < AMAX )