瀏覽代碼

[tests] restore TestMain

Rudy Ges 2 年之前
父節點
當前提交
67a296dfc1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/src/unit/TestMain.hx

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

@@ -116,7 +116,7 @@ function main() {
 		new TestFieldVariance(),
 		new TestConstrainedMonomorphs(),
 		new TestDefaultTypeParameters(),
-		// new TestUnspecified(), // testMonoAdd: FAILURE FF
+		// new TestUnspecified(),
 	];
 
 	for (specClass in unit.UnitBuilder.generateSpec("src/unitstd")) {