Procházet zdrojové kódy

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

Simon Krajewski před 13 roky
rodič
revize
16bf5f8ff8
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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