소스 검색

minor - use `report` instead of `trace` to print `SUCCESS:`

Andy Li 10 년 전
부모
커밋
80e27f1898
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/unit/src/unit/Test.hx

+ 1 - 1
tests/unit/src/unit/Test.hx

@@ -219,7 +219,7 @@ class Test {
 		if( asyncWaits.length != 0 ) return;
 		if( asyncCache.length == 0 ) {
 			report("DONE ["+count+" tests]");
-			trace("SUCCESS: " + success);
+			report("SUCCESS: " + success);
 
 			//out.close();