Nicolas Cannasse 14 anni fa
parent
commit
a583142c05
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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" );