diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-12 13:52:35 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2025-03-12 13:52:35 -0300 |
commit | 4398e488e678decd06a5ca48a27751d509361405 (patch) | |
tree | 8351be35bc54624dbbf2cae5aae312d11845147a /testes/all.lua | |
parent | 808976bb59d91a031d9832b5482a9fb5a41faee3 (diff) | |
download | lua-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.lua | 1 |
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') | |||
182 | dofile('pm.lua') | 182 | dofile('pm.lua') |
183 | dofile('utf8.lua') | 183 | dofile('utf8.lua') |
184 | dofile('api.lua') | 184 | dofile('api.lua') |
185 | dofile('memerr.lua') | ||
185 | assert(dofile('events.lua') == 12) | 186 | assert(dofile('events.lua') == 12) |
186 | dofile('vararg.lua') | 187 | dofile('vararg.lua') |
187 | dofile('closure.lua') | 188 | dofile('closure.lua') |