From 5b8d79ef989a38cddf5922a7022502d4441b030b Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 25 Jun 2025 06:31:16 +0300 Subject: [PATCH] Adding more Jenkins tests --- tests/hello.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hello.scm b/tests/hello.scm index b8a1374..dc3b997 100644 --- a/tests/hello.scm +++ b/tests/hello.scm @@ -3,5 +3,5 @@ (foreign c)) (define-c-procedure c-puts libc 'puts 'int '(pointer)) -(c-puts "Hello from C!") +(c-puts (string->c-utf8 "Hello from C!"))