diff options
Diffstat (limited to 'test/trefer.c')
-rw-r--r-- | test/trefer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/trefer.c b/test/trefer.c index 7a94d62..f911a32 100644 --- a/test/trefer.c +++ b/test/trefer.c @@ -263,8 +263,7 @@ test_reference_obj(void) /* Check for correct comment value */ if(HDstrcmp(write_comment,read_comment)!=0) { - num_errs++; - MESSAGE(0, ("Error! Incorrect group comment, wanted: %s, got: %s",write_comment,read_comment)); + TestErrPrintf("Error! Incorrect group comment, wanted: %s, got: %s\n",write_comment,read_comment); } /* Close group */ |