Fix comment and testsuite check message typos
This commit is contained in:
parent
5e85cf617a
commit
471b9f734e
2 changed files with 2 additions and 2 deletions
|
|
@ -30,6 +30,6 @@ function checkfail(fn)
|
|||
end
|
||||
|
||||
-- these should fail
|
||||
-- example.EXTERN is a nil value, so concatentatin will make it fail
|
||||
-- example.EXTERN is a nil value, so concatenation will make it fail
|
||||
checkfail(function() print("EXTERN = "..example.EXTERN) end)
|
||||
checkfail(function() print("FOO = "..example.FOO) end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue