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

Fixed Travis build.

parent 46310df1
...@@ -2138,7 +2138,7 @@ namespace NLuaTest ...@@ -2138,7 +2138,7 @@ namespace NLuaTest
lua.LoadCLRPackage (); lua.LoadCLRPackage ();
m_lua = lua; m_lua = lua;
lua.DoString (@" lua.DoString (@"
import ('ConsoleTest') import ('NLuaTest')
function f1 () function f1 ()
f2 () f2 ()
end end
...@@ -2148,7 +2148,7 @@ namespace NLuaTest ...@@ -2148,7 +2148,7 @@ namespace NLuaTest
end end
function f3() function f3()
Program.func() LuaTests.func()
end end
f1 () 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