diff --git a/test/acl_globals_test.cpp b/test/acl_globals_test.cpp index 5376d4e6..00b65c7a 100644 --- a/test/acl_globals_test.cpp +++ b/test/acl_globals_test.cpp @@ -694,7 +694,7 @@ const acl_system_def_t *acl_test_get_empty_system_def() { } TEST_GROUP(acl_globals_undef){void setup(){acl_mutex_wrapper.lock(); -acl_set_hal(acl_test_get_simple_hal()); +CHECK(acl_set_hal(acl_test_get_simple_hal())); } void teardown() { acl_reset_hal();