From c1ad2da9bd1497737c46c53e27f915cc26bc49a6 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 26 Jun 2024 13:11:00 +0100 Subject: remove explicit toplevel (do ...) from tests --- tests/func1.bth | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/func1.bth') diff --git a/tests/func1.bth b/tests/func1.bth index c46e956..e55f23a 100644 --- a/tests/func1.bth +++ b/tests/func1.bth @@ -1,3 +1,2 @@ -(do - (set f (fn (_) 42)) - (f 0)) +(set f (fn (_) 42)) +(f 0) -- cgit v1.2.3