aboutsummaryrefslogtreecommitdiff
path: root/regress/unittests/utf8/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/unittests/utf8/tests.c')
-rw-r--r--regress/unittests/utf8/tests.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/regress/unittests/utf8/tests.c b/regress/unittests/utf8/tests.c
index 8cf524ddb210..3fb63415e1ad 100644
--- a/regress/unittests/utf8/tests.c
+++ b/regress/unittests/utf8/tests.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tests.c,v 1.4 2017/02/19 00:11:29 djm Exp $ */
+/* $OpenBSD: tests.c,v 1.5 2025/04/15 04:00:42 djm Exp $ */
/*
* Regress test for the utf8.h *mprintf() API
*
@@ -102,3 +102,9 @@ tests(void)
one(0, "double_fit", "a\343\201\201", 7, 5, -1, "a\\343");
one(0, "double_spc", "a\343\201\201", 13, 13, 13, "a\\343\\201\\201");
}
+
+void
+benchmarks(void)
+{
+ printf("no benchmarks\n");
+}