aboutsummaryrefslogtreecommitdiff
path: root/testes/all.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-12 13:52:35 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2025-03-12 13:52:35 -0300
commit4398e488e678decd06a5ca48a27751d509361405 (patch)
tree8351be35bc54624dbbf2cae5aae312d11845147a /testes/all.lua
parent808976bb59d91a031d9832b5482a9fb5a41faee3 (diff)
downloadlua-4398e488e678decd06a5ca48a27751d509361405.tar.gz
lua-4398e488e678decd06a5ca48a27751d509361405.tar.bz2
lua-4398e488e678decd06a5ca48a27751d509361405.zip
New test file 'memerr.lua'
Tests for memory-allocation errors moved from 'api.lua' to this new file, as 'api.lua' was already too big. (Besides, these tests have nothing to do with the API.)
Diffstat (limited to 'testes/all.lua')
-rw-r--r--testes/all.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/testes/all.lua b/testes/all.lua
index 4ffa9efe..c3fdac95 100644
--- a/testes/all.lua
+++ b/testes/all.lua
@@ -182,6 +182,7 @@ dofile('nextvar.lua')
182dofile('pm.lua') 182dofile('pm.lua')
183dofile('utf8.lua') 183dofile('utf8.lua')
184dofile('api.lua') 184dofile('api.lua')
185dofile('memerr.lua')
185assert(dofile('events.lua') == 12) 186assert(dofile('events.lua') == 12)
186dofile('vararg.lua') 187dofile('vararg.lua')
187dofile('closure.lua') 188dofile('closure.lua')