summaryrefslogtreecommitdiff
path: root/test/res/test.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'test/res/test.lisp')
-rw-r--r--test/res/test.lisp5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/res/test.lisp b/test/res/test.lisp
index f3d21d9..06e9f43 100644
--- a/test/res/test.lisp
+++ b/test/res/test.lisp
@@ -5,7 +5,4 @@
(debuglog a)
(def helloworld (pure "hello world"))
(debuglog helloworld (helloworld))
-(defun + () (seq
- (debuglog "also multiplication")
- (debuglog "addition")))
-(debuglog +)
+(debuglog + (+ 1.2 15))