aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/lane_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unit_tests/lane_tests.cpp')
-rw-r--r--unit_tests/lane_tests.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/lane_tests.cpp b/unit_tests/lane_tests.cpp
index 3e5da2b..82ca1ad 100644
--- a/unit_tests/lane_tests.cpp
+++ b/unit_tests/lane_tests.cpp
@@ -419,6 +419,7 @@ TEST_CASE("scripted_tests." #DIR "." #FILE) \
419 _runner.performTest(FileRunnerParam{ #DIR "/" #FILE, TestType::CONDITION }); \ 419 _runner.performTest(FileRunnerParam{ #DIR "/" #FILE, TestType::CONDITION }); \
420} 420}
421 421
422MAKE_TEST_CASE(lane, body_is_a_c_function, AssertNoLuaError)
422MAKE_TEST_CASE(lane, cooperative_shutdown, AssertNoLuaError) 423MAKE_TEST_CASE(lane, cooperative_shutdown, AssertNoLuaError)
423#if LUA_VERSION_NUM >= 504 // // warnings are a Lua 5.4 feature 424#if LUA_VERSION_NUM >= 504 // // warnings are a Lua 5.4 feature
424// NOTE: when this test ends, there are resource leaks and a dangling thread 425// NOTE: when this test ends, there are resource leaks and a dangling thread