Explorar o código

[as3] disable interface metadata test here too (see #2042)

Simon Krajewski %!s(int64=10) %!d(string=hai) anos
pai
achega
1f9b07eceb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/unit/src/unit/issues/Issue2042.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue2042.hx

@@ -4,7 +4,7 @@ class Issue2042 extends Test
 {
 	public function test()
 	{
-		#if !php
+		#if (!php && !as3)
 		var m = haxe.rtti.Meta.getType(WithMeta);
 		t(m.someMeta != null);
 		eq(m.someMeta[0],1);