浏览代码

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();