Przeglądaj źródła

[tests] restore TestMain

Rudy Ges 2 lat temu
rodzic
commit
67a296dfc1
1 zmienionych plików z 1 dodań i 1 usunięć
  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")) {