summaryrefslogtreecommitdiff
path: root/tests/four.bth
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-26 14:42:55 +0100
committerubq323 <ubq323@ubq323.website>2024-06-26 14:42:55 +0100
commit20584e520dfd44393aa66350b442e8a23e46c5a3 (patch)
tree9ae898ce259441e97cf9b8b371d10b17e50b563c /tests/four.bth
parente97db36651ae3c6171644b6e4d7bf7cf613b061d (diff)
remove implicit print and adjust tests accordingly
Diffstat (limited to 'tests/four.bth')
-rw-r--r--tests/four.bth2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/four.bth b/tests/four.bth
index 8804fe4..c44e487 100644
--- a/tests/four.bth
+++ b/tests/four.bth
@@ -1 +1 @@
-(+ 2 2)
+(puts (+ 2 2))