소스 검색

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

Simon Krajewski 13 년 전
부모
커밋
16bf5f8ff8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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