diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/sync/synctest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/sync/synctest.h b/tools/testing/selftests/sync/synctest.h index 4e0e59f6fcf3..e7d1d57dba7a 100644 --- a/tools/testing/selftests/sync/synctest.h +++ b/tools/testing/selftests/sync/synctest.h @@ -32,7 +32,7 @@ #define ASSERT(cond, msg) do { \ if (!(cond)) { \ - printf("[BAD]\t%s", (msg)); \ + printf("[ERROR]\t%s", (msg)); \ return 1; \ } \ } while (0) |