Browse Source

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

hughsando 6 years ago
parent
commit
67d8f55a8c
1 changed files with 0 additions and 3 deletions
  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"]);
 					runCommand("haxe", ["compile-cppia.hxml"]);
 					runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
 					runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
 					runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
 					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"]);
 				}
 				}
 		}
 		}