aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/complex/complex_mat.c
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-15 16:26:12 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-15 16:26:12 +0200
commit62be737d0d9c05c3d73333edce793ab3b39e0bbb (patch)
tree2674616a2000f6ed44bdfe12d1109ef38bf16a71 /test/monniaux/complex/complex_mat.c
parent49e08edd3c7163514c8f2e4f8f9aa3c71d9f7625 (diff)
parentc1e6f2db8e9e3589e6bdc463256cbc9c59906ae7 (diff)
downloadcompcert-kvx-62be737d0d9c05c3d73333edce793ab3b39e0bbb.tar.gz
compcert-kvx-62be737d0d9c05c3d73333edce793ab3b39e0bbb.zip
Merge branch 'mppa-work' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCert into mppa-work
Diffstat (limited to 'test/monniaux/complex/complex_mat.c')
-rw-r--r--test/monniaux/complex/complex_mat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/monniaux/complex/complex_mat.c b/test/monniaux/complex/complex_mat.c
index 6c7dae1d..b7103f60 100644
--- a/test/monniaux/complex/complex_mat.c
+++ b/test/monniaux/complex/complex_mat.c
@@ -227,9 +227,9 @@ int main() {
printf("c1==c8: %s\n"
"c1==c9: %s\n"
- "c1_time = %" PRIu64 "\n"
- "c8_time = %" PRIu64 "\n"
- "c9_time = %" PRIu64 "\n",
+ "c1_time : %" PRIu64 "\n"
+ "c8_time : %" PRIu64 "\n"
+ "c9_time : %" PRIu64 "\n",
COMPLEX_mat_equal(m, n, c1, p, c8, p)?"true":"false",
COMPLEX_mat_equal(m, n, c1, p, c9, p)?"true":"false",