Skip to content

Commit

Permalink
Test that Skrypt is copiable
Browse files Browse the repository at this point in the history
  • Loading branch information
ohhmm committed Apr 3, 2024
1 parent d7970f6 commit e69b91f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libskrypt/tests/Modules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ using namespace std::string_literals;
using namespace std::string_view_literals;

BOOST_AUTO_TEST_CASE(LoadingModulesNoExceptionsTest) {
Skrypt(TEST_SRC_DIR "Module.skrypt");
Skrypt skrypt(TEST_SRC_DIR "Module.skrypt");
auto copy = skrypt;
}

BOOST_AUTO_TEST_CASE(ModulePropertyTest) {
Expand Down

0 comments on commit e69b91f

Please sign in to comment.