Explorar o código

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

Simon Krajewski %!s(int64=13) %!d(string=hai) anos
pai
achega
16bf5f8ff8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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