Sfoglia il codice sorgente

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

Simon Krajewski 10 anni fa
parent
commit
1f9b07eceb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);