Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
3cbeba17
Commit
3cbeba17
authored
Sep 07, 2014
by
Vinicius Jarina
Browse files
Fixed Travis build.
parent
46310df1
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/LuaTests.cs
View file @
3cbeba17
...
...
@@ -2138,7 +2138,7 @@ namespace NLuaTest
lua
.
LoadCLRPackage
();
m_lua
=
lua
;
lua
.
DoString
(
@"
import ('
Console
Test')
import ('
NLua
Test')
function f1 ()
f2 ()
end
...
...
@@ -2148,7 +2148,7 @@ namespace NLuaTest
end
function f3()
Program
.func()
LuaTests
.func()
end
f1 ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment