Przeglądaj źródła

[cppia] enable the test 4986 (closes #9261)

Aleksandr Kuzmenko 4 lat temu
rodzic
commit
377b0bf078
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      tests/unit/src/unit/issues/Issue4986.hx

+ 0 - 4
tests/unit/src/unit/issues/Issue4986.hx

@@ -4,11 +4,7 @@ class Issue4986 extends Test {
 	function test() {
 		try {
 			var v = new haxe.ds.Vector<Array<Float>>(1);
-			#if cppia //see https://github.com/HaxeFoundation/haxe/issues/9261
-			v[0].length;
-			#else
 			foo(v[0].length);
-			#end
 		} catch (e:Dynamic) {}
 		noAssert();
 	}