From: Florian Krohm Date: Sat, 28 Jul 2012 20:39:51 +0000 (+0000) Subject: Fix error message in testcase X-Git-Tag: svn/VALGRIND_3_8_0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=793d6da89cb8b77cca3378915848403a3124167e;p=thirdparty%2Fvalgrind.git Fix error message in testcase git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12801 --- diff --git a/none/tests/s390x/cu21.c b/none/tests/s390x/cu21.c index b10e140729..d2d1f11109 100644 --- a/none/tests/s390x/cu21.c +++ b/none/tests/s390x/cu21.c @@ -254,7 +254,8 @@ write_and_check_aux(uint16_t *input, unsigned num_input_bytes, for (i = num_expected_output_bytes; i < sizeof buff; ++i) if (buff[i] != fill_byte) ++num_errors; if (num_errors) - fprintf(stderr, "*** wrote more than one byte\n"); + fprintf(stderr, "*** wrote more than %u bytes\n", + num_expected_output_bytes); } void