Commit 4f2a5695 authored by Richard Levitte's avatar Richard Levitte
Browse files

Clarify that a test failed

parent bb616fab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ static void test_fail_message_prefix(const char *prefix, const char *file,
    if (type)
        test_printf_stderr("(%s) ", type);
    if (op != NULL)
        test_printf_stderr("%s %s %s", left, op, right);
        test_printf_stderr("'%s %s %s' failed", left, op, right);
    if (file != NULL) {
        test_printf_stderr(" @ %s:%d", file, line);
    }