Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Jul 7, 2023
1 parent f9101d6 commit 2d4538c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ BOOST_AUTO_TEST_CASE(quit_in_startup)
BOOST_CHECK(false);
std::cout << "exception during startup: " << e.what() << "\n";
}
BOOST_CHECK(shutdown_counter == 0); // check that plugin_shutdown() was executed for pA
BOOST_CHECK(shutdown_counter == 0); // check that plugin_shutdown() was not executed for pA
} );

app_thread.join();
Expand Down

0 comments on commit 2d4538c

Please sign in to comment.