mirror of https://github.com/ARMmbed/mbed-os.git
Rename `mbed_test_*` failure handler to `utest_*`.
parent
97bbff7ab2
commit
bfc61ce8ae
|
@ -19,7 +19,7 @@
|
||||||
#include "mbed-test-async/harness.h"
|
#include "mbed-test-async/harness.h"
|
||||||
|
|
||||||
extern "C"
|
extern "C"
|
||||||
void mbed_test_unity_assert_failure()
|
void utest_unity_assert_failure()
|
||||||
{
|
{
|
||||||
utest::v0::Harness::raise_failure(utest::v0::FAILURE_ASSERTION);
|
utest::v0::Harness::raise_failure(utest::v0::FAILURE_ASSERTION);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue