From 57176e9b135b037fd33b8291d12416b9485b759b Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 26 Jun 2024 11:01:01 +0200 Subject: Make lanes.gen stricter on base libraries --- tests/basic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 = -- { "coroutine", dump_g}, -- { "io", dump_g}, -- { "bit32", dump_g}, - { "coroutine", coro_f}, + { "coroutine?", coro_f}, -- in Lua 5.1, the coroutine base library doesn't exist (coroutine table is created when 'base' is opened) { "*", io_os_f}, { "io,os", io_os_f}, { "io+os", io_os_f}, -- cgit v1.2.3-55-g6feb