Browse Source

[lua] fix up misc tests

Justin Donaldson 8 years ago
parent
commit
12f1312b96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -863,7 +863,7 @@ class RunCi {
 						  runCommand("haxe", ["compile-lua.hxml"].concat(args));
 						  runCommand("lua", ["bin/lua/sys.lua"]);
 
-						  changeDirectory(miscDir + "luaDeadCode");
+						  changeDirectory(miscDir + "luaDeadCode/stringReflection");
 						  runCommand("haxe", ["compile.hxml"]);
 						}
 					case Cpp: