From 405da5f84b072ea97b69359454899f45d92d24b6 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Wed, 22 May 2024 00:00:29 +0200 Subject: WIP LSP client This contains the start of an LSP client. Nothing (except starting the LSP server) works at the moment and the feature is disabled by default. --- test/utf8.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/utf8.c') diff --git a/test/utf8.c b/test/utf8.c index c5094c7..19a18d5 100644 --- a/test/utf8.c +++ b/test/utf8.c @@ -6,6 +6,5 @@ #include "assert.h" #include "test.h" -void test_nchars_nbytes() {} - -void run_utf8_tests() { run_test(test_nchars_nbytes); } +void test_nchars_nbytes(void) {} +void run_utf8_tests(void) { run_test(test_nchars_nbytes); } -- cgit v1.2.3