Commit 3cbeba17 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed Travis build.

parent 46310df1
......@@ -2138,7 +2138,7 @@ namespace NLuaTest
lua.LoadCLRPackage ();
m_lua = lua;
lua.DoString (@"
import ('ConsoleTest')
import ('NLuaTest')
function f1 ()
f2 ()
end
......@@ -2148,7 +2148,7 @@ namespace NLuaTest
end
function f3()
Program.func()
LuaTests.func()
end
f1 ()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment