Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ expected_eval_errors_test_one
Function
expected_eval_errors_test_one
unittests/compiled_tests.cpp:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
250
251
int expected_eval_errors_test_one(const int &)
252
{
253
return 1;
254
}
255
256
TEST_CASE(
"No unexpected exceptions leak"
)
257
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected