Lua 5.2 compatibility fixes.
This commit is contained in:
@@ -67,7 +67,7 @@ abstract public class AbstractUnitTests extends TestCase {
|
||||
|
||||
// compile in memory
|
||||
InputStream is = new ByteArrayInputStream(lua);
|
||||
Prototype p = LuaC.instance.compile(is, "@" + dir + "/" + file);
|
||||
Prototype p = LuaC.instance.compile(is, "@" + file);
|
||||
String actual = protoToString(p);
|
||||
|
||||
// load expected value from jar
|
||||
|
||||
Reference in New Issue
Block a user