diff options
Diffstat (limited to 'testes/all.lua')
-rwxr-xr-x | testes/all.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testes/all.lua b/testes/all.lua index cfe21603..37796254 100755 --- a/testes/all.lua +++ b/testes/all.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | #!../lua | 1 | #!../lua |
2 | -- $Id: all.lua,v 1.100 2018/03/09 14:23:48 roberto Exp $ | 2 | -- $Id: all.lua $ |
3 | -- See Copyright Notice at the end of this file | 3 | -- See Copyright Notice at the end of this file |
4 | 4 | ||
5 | 5 | ||
@@ -162,7 +162,7 @@ olddofile('strings.lua') | |||
162 | olddofile('literals.lua') | 162 | olddofile('literals.lua') |
163 | dofile('tpack.lua') | 163 | dofile('tpack.lua') |
164 | assert(dofile('attrib.lua') == 27) | 164 | assert(dofile('attrib.lua') == 27) |
165 | 165 | dofile('gengc.lua') | |
166 | assert(dofile('locals.lua') == 5) | 166 | assert(dofile('locals.lua') == 5) |
167 | dofile('constructs.lua') | 167 | dofile('constructs.lua') |
168 | dofile('code.lua', true) | 168 | dofile('code.lua', true) |