Nicolas Cannasse пре 14 година
родитељ
комит
a583142c05
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      tests/unit/TestMeta.hx

+ 0 - 3
tests/unit/TestMeta.hx

@@ -40,9 +40,6 @@ package unit;
 		eq( fields(m), "_" );
 		eq( fields(m._), "new" );
 
-		var m = haxe.rtti.Meta.getStatics(E);
-		eq( m, null );
-
 		var m = haxe.rtti.Meta.getStatics(TestMeta);
 		eq( fields(m), "foo" );
 		eq( fields(m.foo), "_int#complex#empty" );