diff options
Diffstat (limited to '')
-rw-r--r-- | unit_tests/embedded_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/embedded_tests.cpp b/unit_tests/embedded_tests.cpp index 9a262d5..0991a4c 100644 --- a/unit_tests/embedded_tests.cpp +++ b/unit_tests/embedded_tests.cpp | |||
@@ -202,6 +202,7 @@ TEST_CASE("lanes.embedding.with default allocator") | |||
202 | // ################################################################################################# | 202 | // ################################################################################################# |
203 | 203 | ||
204 | // this is not really a test yet, just something sitting here until it is converted properly | 204 | // this is not really a test yet, just something sitting here until it is converted properly |
205 | // currently it crashes with moonjit (but maybe I just need a more recent moonjit version) | ||
205 | TEST_CASE("lanes.embedding.with custom allocator") | 206 | TEST_CASE("lanes.embedding.with custom allocator") |
206 | { | 207 | { |
207 | static constexpr auto logPrint = +[](lua_State* L) { | 208 | static constexpr auto logPrint = +[](lua_State* L) { |