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; }