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" );