summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2010-03-06 12:37:51 +0100
committerTorbjorn Granlund <tege@gmplib.org>2010-03-06 12:37:51 +0100
commite66be823f3f908e548afe96dcd63bb2112873a08 (patch)
tree059a4a01209647ed5b0b36160d54eea37ea0d0de /tests/tests.h
parentd14399fc5d91cf8c5783593329cf14f6cde310d1 (diff)
downloadgmp-e66be823f3f908e548afe96dcd63bb2112873a08.tar.gz
(TESTS_REPS): Fix typo.
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.h b/tests/tests.h
index f4847748a..b12b3d4d8 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -482,7 +482,7 @@ istringstream : public std::istrstream {
repfactor = strtol (envval, &end, 0); \
if (*end || repfactor <= 0) \
{ \
- fprintf (stderr, "Invalid repfactor: %s.\n", repfactor); \
+ fprintf (stderr, "Invalid repfactor: %ld.\n", repfactor); \
exit (1); \
} \
count *= repfactor; \