Преглед на файлове

Drop support for nocppiaast define. Ref: https://github.com/HaxeFoundation/haxe/pull/7658

hughsando преди 6 години
родител
ревизия
67d8f55a8c
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      tests/runci/targets/Cpp.hx

+ 0 - 3
tests/runci/targets/Cpp.hx

@@ -61,9 +61,6 @@ class Cpp {
 					runCommand("haxe", ["compile-cppia.hxml"]);
 					runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
 					runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
-					runCommand("haxe", ["compile-cppia.hxml", "-D", "nocppiaast"]);
-					runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
-					runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
 				}
 		}