diff options
Diffstat (limited to 'unit_tests/shared.cpp')
-rw-r--r-- | unit_tests/shared.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/shared.cpp b/unit_tests/shared.cpp index f9697a5..d139579 100644 --- a/unit_tests/shared.cpp +++ b/unit_tests/shared.cpp | |||
@@ -186,7 +186,7 @@ LuaState::LuaState(WithBaseLibs const withBaseLibs_, WithFixture const withFixtu | |||
186 | luaL_openlibs(L); | 186 | luaL_openlibs(L); |
187 | } else { | 187 | } else { |
188 | #if LUAJIT_FLAVOR() | 188 | #if LUAJIT_FLAVOR() |
189 | // lanes.core relies on the presence of jit to detect LuaJIT/PUC-Lua mismatches | 189 | // lanes_core relies on the presence of jit to detect LuaJIT/PUC-Lua mismatches |
190 | luaL_requiref(L, LUA_JITLIBNAME, luaopen_jit, 1); | 190 | luaL_requiref(L, LUA_JITLIBNAME, luaopen_jit, 1); |
191 | lua_pop(L, 1); | 191 | lua_pop(L, 1); |
192 | #endif // LUAJIT_FLAVOR | 192 | #endif // LUAJIT_FLAVOR |