aboutsummaryrefslogtreecommitdiff
path: root/testes
diff options
context:
space:
mode:
Diffstat (limited to 'testes')
-rw-r--r--testes/strings.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/strings.lua b/testes/strings.lua
index 4a10857e..2fa4a89f 100644
--- a/testes/strings.lua
+++ b/testes/strings.lua
@@ -438,7 +438,7 @@ else
438 438
439 -- formats %U, %f, %I already tested elsewhere 439 -- formats %U, %f, %I already tested elsewhere
440 440
441 local blen = 400 -- internal buffer length in 'luaO_pushfstring' 441 local blen = 200 -- internal buffer length in 'luaO_pushfstring'
442 442
443 local function callpfs (op, fmt, n) 443 local function callpfs (op, fmt, n)
444 local x = {T.testC("pushfstring" .. op .. "; return *", fmt, n)} 444 local x = {T.testC("pushfstring" .. op .. "; return *", fmt, n)}