Nicolas Cannasse 13 years ago
parent
commit
5455291c78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/Test.hx

+ 1 - 1
tests/unit/Test.hx

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