aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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},