From 8391338299bfe8e3f545e67c92d37152a3663a56 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sat, 8 Apr 2017 15:47:36 -0400 Subject: [PATCH] regressions/ck_epoch: fix up message. --- regressions/ck_epoch/validate/ck_epoch_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regressions/ck_epoch/validate/ck_epoch_call.c b/regressions/ck_epoch/validate/ck_epoch_call.c index 8a8de50..1c274e0 100644 --- a/regressions/ck_epoch/validate/ck_epoch_call.c +++ b/regressions/ck_epoch/validate/ck_epoch_call.c @@ -66,7 +66,7 @@ main(void) ck_epoch_barrier(&record[1]); if (counter != 4) - ck_error("Expected counter value 2, read %u.\n", counter); + ck_error("Expected counter value 4, read %u.\n", counter); return 0; }