diff options
Diffstat (limited to 'testes/errors.lua')
| -rw-r--r-- | testes/errors.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/errors.lua b/testes/errors.lua index a0728913..4230a352 100644 --- a/testes/errors.lua +++ b/testes/errors.lua | |||
| @@ -742,7 +742,7 @@ assert(c > 255 and string.find(b, "too many upvalues") and | |||
| 742 | 742 | ||
| 743 | -- local variables | 743 | -- local variables |
| 744 | s = "\nfunction foo ()\n local " | 744 | s = "\nfunction foo ()\n local " |
| 745 | for j = 1,300 do | 745 | for j = 1,200 do |
| 746 | s = s.."a"..j..", " | 746 | s = s.."a"..j..", " |
| 747 | end | 747 | end |
| 748 | s = s.."b\n" | 748 | s = s.."b\n" |
