aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/init_and_shutdown.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unit_tests/init_and_shutdown.cpp')
-rw-r--r--unit_tests/init_and_shutdown.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unit_tests/init_and_shutdown.cpp b/unit_tests/init_and_shutdown.cpp
index 7e4c215..9652f2d 100644
--- a/unit_tests/init_and_shutdown.cpp
+++ b/unit_tests/init_and_shutdown.cpp
@@ -829,6 +829,7 @@ TEST_CASE("lanes.on_state_create setting")
829 // launch a Lane that requires the module. It should succeed because _on_state_create was called and made it possible 829 // launch a Lane that requires the module. It should succeed because _on_state_create was called and made it possible
830 std::string_view const _script{ 830 std::string_view const _script{
831 " f = lanes.gen('*'," 831 " f = lanes.gen('*',"
832 " { name = 'auto' },"
832 " function()" 833 " function()"
833 " local Stuff = require ('Stuff')" 834 " local Stuff = require ('Stuff')"
834 " Stuff.DoStuffInC()" 835 " Stuff.DoStuffInC()"