diff options
Diffstat (limited to 'src/regex/test_regex_integration.c')
-rw-r--r-- | src/regex/test_regex_integration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/test_regex_integration.c b/src/regex/test_regex_integration.c index d7a58b994..f264c4fae 100644 --- a/src/regex/test_regex_integration.c +++ b/src/regex/test_regex_integration.c @@ -75,7 +75,7 @@ end (void *cls) static void end_badly () { - FPRINTF (stderr, "%s", "Testcase failed (timeout).\n"); + fprintf (stderr, "%s", "Testcase failed (timeout).\n"); end (NULL); ok = 1; } |