Explorar o código

fix neko-sys invocation

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
4421a4a5ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/RunTravis.hx

+ 1 - 1
tests/RunTravis.hx

@@ -337,7 +337,7 @@ class RunTravis {
 				Sys.setCwd("../sys");
 				runCommand("haxe", ["compile-neko.hxml"]);
 				Sys.setCwd("bin/neko");
-				runCommand("neko", ["sys.n"]);
+				runCommand("neko", ["sys.n", "foo", "12", "a b c\\"]);
 			case "openfl-samples":
 				getOpenFLDependencies(unitDir);