]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix error message in testcase
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 28 Jul 2012 20:39:51 +0000 (20:39 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 28 Jul 2012 20:39:51 +0000 (20:39 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12801

none/tests/s390x/cu21.c

index b10e140729117e72e43a71486fcc6229b25d68a9..d2d1f11109cca59634c88e8507691d026e2e4c89 100644 (file)
@@ -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