Sfoglia il codice sorgente

for some reason TestType wasn't tested anymore (ouch!)

Simon Krajewski 13 anni fa
parent
commit
16bf5f8ff8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tests/unit/Test.hx

+ 1 - 0
tests/unit/Test.hx

@@ -199,6 +199,7 @@ package unit;
 			new TestReflect(),
 			new TestSerialize(),
 			new TestMeta(),
+			new TestType(),
 			#if cs
 			new TestCSharp(),
 			#end