ソースを参照

[lua] fix up misc tests

Justin Donaldson 8 年 前
コミット
12f1312b96
1 ファイル変更1 行追加1 行削除
  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("haxe", ["compile-lua.hxml"].concat(args));
 						  runCommand("lua", ["bin/lua/sys.lua"]);
 						  runCommand("lua", ["bin/lua/sys.lua"]);
 
 
-						  changeDirectory(miscDir + "luaDeadCode");
+						  changeDirectory(miscDir + "luaDeadCode/stringReflection");
 						  runCommand("haxe", ["compile.hxml"]);
 						  runCommand("haxe", ["compile.hxml"]);
 						}
 						}
 					case Cpp:
 					case Cpp: