summaryrefslogtreecommitdiff
path: root/tests/tpow_z.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpow_z.c')
-rw-r--r--tests/tpow_z.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpow_z.c b/tests/tpow_z.c
index 0acb9c0ca..6bed327a3 100644
--- a/tests/tpow_z.c
+++ b/tests/tpow_z.c
@@ -26,7 +26,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-test.h"
-#define ERROR(str) do { printf("Error for "str"\n"); exit (1); } while (0)
+#define ERROR(str) do { printf ("Error for " str "\n"); exit (1); } while (0)
static void
check_special (void)