diff options
Diffstat (limited to 'unit_tests/embedded_tests.cpp')
| -rw-r--r-- | unit_tests/embedded_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/embedded_tests.cpp b/unit_tests/embedded_tests.cpp index 6dc84a1..58d6a8a 100644 --- a/unit_tests/embedded_tests.cpp +++ b/unit_tests/embedded_tests.cpp | |||
| @@ -192,7 +192,7 @@ TEST_CASE("lanes.embedding.with_default_allocator") | |||
| 192 | 192 | ||
| 193 | // try again after manual registration | 193 | // try again after manual registration |
| 194 | lua_pushcfunction(S, S.get_lanes_register()); // S: lanes_register | 194 | lua_pushcfunction(S, S.get_lanes_register()); // S: lanes_register |
| 195 | luaG_pushstring(S, LUA_IOLIBNAME); // S: lanes_register "io" | 195 | luaW_pushstring(S, LUA_IOLIBNAME); // S: lanes_register "io" |
| 196 | luaL_requiref(S, LUA_IOLIBNAME, luaopen_io, 1); // S: lanes_register "io" io | 196 | luaL_requiref(S, LUA_IOLIBNAME, luaopen_io, 1); // S: lanes_register "io" io |
| 197 | lua_call(S, 2, 0); // S: | 197 | lua_call(S, 2, 0); // S: |
| 198 | S.stackCheck(0); | 198 | S.stackCheck(0); |
