aboutsummaryrefslogtreecommitdiff
path: root/test/test_utf8.c
diff options
context:
space:
mode:
authorK.Kosako <kosako@sofnec.co.jp>2019-03-25 11:02:53 +0900
committerK.Kosako <kosako@sofnec.co.jp>2019-03-25 11:02:53 +0900
commitc054c01977cc127e6b249514b3079993871d81f1 (patch)
tree0592c99512e9bfe63c751bf7810b5b72a12ba8c3 /test/test_utf8.c
parent354ae3e5cfcde18111f06195ed2dab36a2ed4ae1 (diff)
downloadoniguruma-c054c01977cc127e6b249514b3079993871d81f1.zip
oniguruma-c054c01977cc127e6b249514b3079993871d81f1.tar.gz
oniguruma-c054c01977cc127e6b249514b3079993871d81f1.tar.bz2
fix output format of test results
Diffstat (limited to 'test/test_utf8.c')
-rw-r--r--test/test_utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_utf8.c b/test/test_utf8.c
index 84f1c6e..bf19f95 100644
--- a/test/test_utf8.c
+++ b/test/test_utf8.c
@@ -1197,7 +1197,7 @@ extern int main(int argc, char* argv[])
e("(*FOO)", "abcdefg", ONIGERR_UNDEFINED_CALLOUT_NAME);
fprintf(stdout,
- "\nRESULT SUCC: %d, FAIL: %d, ERROR: %d (by Oniguruma %s)\n",
+ "\nRESULT SUCC: %4d, FAIL: %d, ERROR: %d (by Oniguruma %s)\n",
nsucc, nfail, nerror, onig_version());
onig_region_free(region, 1);