diff options
Diffstat (limited to 'test/res/scratch.lisp')
-rw-r--r-- | test/res/scratch.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/res/scratch.lisp b/test/res/scratch.lisp index 667f903..00517a8 100644 --- a/test/res/scratch.lisp +++ b/test/res/scratch.lisp @@ -25,4 +25,4 @@ (debuglog "============") (debuglog "Running tests") -(debuglog "This should be 1.0" (funny-method 1.1 "test" false))
\ No newline at end of file +(debuglog "This should be 1.0" (funny-method 1.1 "test" false (test 1 2 3 4 /)))
\ No newline at end of file |