Simon Krajewski 12 years ago
parent
commit
4dfe4ebb11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/unit/Test.hx

+ 1 - 1
tests/unit/Test.hx

@@ -223,7 +223,7 @@ class Test #if swf_mark implements mt.Protect #end {
 		#end
 		var classes = [
 			new TestOps(),
-			//new TestBasetypes(),
+			new TestBasetypes(),
 			new TestBytes(),
 			new TestIO(),
 			new TestLocals(),