Explorar o código

[tests] ignore as3 :-/

Dan Korostelev %!s(int64=6) %!d(string=hai) anos
pai
achega
a950da06ae
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/unit/src/unit/issues/Issue8248.hx

+ 2 - 2
tests/unit/src/unit/issues/Issue8248.hx

@@ -1,6 +1,6 @@
 package unit.issues;
 
-#if flash
+#if (flash && !as3)
 private class NoProtected {}
 
 private class Base extends NoProtected {
@@ -30,7 +30,7 @@ private class ExternGrandChild extends ExternChild {
 #end
 
 class Issue8248 extends unit.Test {
-	#if flash
+	#if (flash && !as3)
 	function test() {
 		eq(new GrandChild().x, 2);
 		eq(new ExternGrandChild().getF(), "bye");