aboutsummaryrefslogtreecommitdiff
path: root/testes/errors.lua
diff options
context:
space:
mode:
Diffstat (limited to 'testes/errors.lua')
-rw-r--r--testes/errors.lua2
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
744s = "\nfunction foo ()\n local " 744s = "\nfunction foo ()\n local "
745for j = 1,300 do 745for j = 1,200 do
746 s = s.."a"..j..", " 746 s = s.."a"..j..", "
747end 747end
748s = s.."b\n" 748s = s.."b\n"