Improve error tests
This commit is contained in:
Binary file not shown.
7
test/junit/org/luaj/vm2/vm1/sample.lua
Normal file
7
test/junit/org/luaj/vm2/vm1/sample.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
-- helper file for require() tests
|
||||||
|
module( 'sample', package.seeall )
|
||||||
|
function h()
|
||||||
|
print 'in sample.h'
|
||||||
|
end
|
||||||
|
print 'loading sample.lua'
|
||||||
|
|
||||||
Reference in New Issue
Block a user