From 20584e520dfd44393aa66350b442e8a23e46c5a3 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 14:42:55 +0100 Subject: remove implicit print and adjust tests accordingly --- tests/func4.bth | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/func4.bth') diff --git a/tests/func4.bth b/tests/func4.bth index 640c889..fca67b1 100644 --- a/tests/func4.bth +++ b/tests/func4.bth @@ -3,4 +3,3 @@ (set g (fn (f x) (puts (f x)) (puts (f x)))) (g f1 26) (g f2 6) -nil -- cgit v1.2.3