mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-20 00:32:37 +01:00
add assertion keyword
This commit is contained in:
@@ -8,7 +8,7 @@ int g_selfTestsMode = 0;
|
||||
void SelfTest_Failed(const char *file, const char *function, int line, const char *exp) {
|
||||
g_selfTestErrors++;
|
||||
|
||||
printf("ERROR: SelfTest failed for %s\n", exp);
|
||||
printf("ERROR: SelfTest assertion failed for %s\n", exp);
|
||||
printf("Check %s - %s - line %i\n", file, function, line);
|
||||
printf("Total SelfTest errors so far: %i\n", g_selfTestErrors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user