aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-26 11:01:01 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-26 11:01:01 +0200
commit57176e9b135b037fd33b8291d12416b9485b759b (patch)
treed716ce09d572f8ebf7272117928c7b6072dd7aff /tests
parent2c6898964400e6fa77b0e368f477b739fc155f90 (diff)
downloadlanes-57176e9b135b037fd33b8291d12416b9485b759b.tar.gz
lanes-57176e9b135b037fd33b8291d12416b9485b759b.tar.bz2
lanes-57176e9b135b037fd33b8291d12416b9485b759b.zip
Make lanes.gen stricter on base libraries
Diffstat (limited to 'tests')
-rw-r--r--tests/basic.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.lua b/tests/basic.lua
index 6282e3e..97783cb 100644
--- a/tests/basic.lua
+++ b/tests/basic.lua
@@ -363,7 +363,7 @@ local stdlib_naming_tests =
363 -- { "coroutine", dump_g}, 363 -- { "coroutine", dump_g},
364 -- { "io", dump_g}, 364 -- { "io", dump_g},
365 -- { "bit32", dump_g}, 365 -- { "bit32", dump_g},
366 { "coroutine", coro_f}, 366 { "coroutine?", coro_f}, -- in Lua 5.1, the coroutine base library doesn't exist (coroutine table is created when 'base' is opened)
367 { "*", io_os_f}, 367 { "*", io_os_f},
368 { "io,os", io_os_f}, 368 { "io,os", io_os_f},
369 { "io+os", io_os_f}, 369 { "io+os", io_os_f},