aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/sha-2/sha-256_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/sha-2/sha-256_run.c')
-rw-r--r--test/monniaux/sha-2/sha-256_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monniaux/sha-2/sha-256_run.c b/test/monniaux/sha-2/sha-256_run.c
index c3865991..05a69d6b 100644
--- a/test/monniaux/sha-2/sha-256_run.c
+++ b/test/monniaux/sha-2/sha-256_run.c
@@ -280,6 +280,6 @@ int main(void)
}
}
destruct_binary_messages();
- printf("total cycles = %" PRIu64 "\n", cycle_total);
+ printf("total cycles : %" PRIu64 "\n", cycle_total);
return 0;
}