aboutsummaryrefslogtreecommitdiff
path: root/testes/all.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2022-12-20 13:24:43 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2022-12-20 13:24:43 -0300
commit540d8052265776451bb9f0ab4dee4ec860563cbe (patch)
tree697f573e601d7eb5f1b5fac4026e3f9505ae8ddb /testes/all.lua
parent7d6a97e42bc3328b9c5ec1dabbd7e280e81c3efd (diff)
downloadlua-540d8052265776451bb9f0ab4dee4ec860563cbe.tar.gz
lua-540d8052265776451bb9f0ab4dee4ec860563cbe.tar.bz2
lua-540d8052265776451bb9f0ab4dee4ec860563cbe.zip
Towards Lua 5.5
Diffstat (limited to 'testes/all.lua')
-rw-r--r--testes/all.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/testes/all.lua b/testes/all.lua
index a8e44024..279694ae 100644
--- a/testes/all.lua
+++ b/testes/all.lua
@@ -3,7 +3,7 @@
3-- See Copyright Notice at the end of this file 3-- See Copyright Notice at the end of this file
4 4
5 5
6local version = "Lua 5.4" 6local version = "Lua 5.5"
7if _VERSION ~= version then 7if _VERSION ~= version then
8 io.stderr:write("This test suite is for ", version, 8 io.stderr:write("This test suite is for ", version,
9 ", not for ", _VERSION, "\nExiting tests") 9 ", not for ", _VERSION, "\nExiting tests")