We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5184763 commit 8b1cee5Copy full SHA for 8b1cee5
test/acl_globals_test.cpp
@@ -695,7 +695,7 @@ const acl_system_def_t *acl_test_get_empty_system_def() {
695
696
TEST_GROUP(acl_globals_undef){void setup(){acl_mutex_wrapper.lock();
697
// Ignoring the return value, deferring failure to the tests.
698
-(void)acl_set_hal(acl_test_get_simple_hal());
+CHECK(1 == acl_set_hal(acl_test_get_simple_hal()));
699
}
700
void teardown() {
701
acl_reset_hal();
0 commit comments