Rudy Ges 2 лет назад
Родитель
Сommit
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")) {