Skip to content

Commit 8b1cee5

Browse files
authored
Update test/acl_globals_test.cpp
1 parent 5184763 commit 8b1cee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acl_globals_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ const acl_system_def_t *acl_test_get_empty_system_def() {
695695

696696
TEST_GROUP(acl_globals_undef){void setup(){acl_mutex_wrapper.lock();
697697
// Ignoring the return value, deferring failure to the tests.
698-
(void)acl_set_hal(acl_test_get_simple_hal());
698+
CHECK(1 == acl_set_hal(acl_test_get_simple_hal()));
699699
}
700700
void teardown() {
701701
acl_reset_hal();

0 commit comments

Comments
 (0)