From ad9429d1cae70baf9b561090bb33ab2941d2a3a5 Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 21 Aug 2023 19:24:30 +0200 Subject: Varargs support --- test/res/scratch.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/res/scratch.lisp') diff --git a/test/res/scratch.lisp b/test/res/scratch.lisp index 00517a8..3fc6ed7 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 (test 1 2 3 4 /))) \ No newline at end of file +(debuglog "This should be 1.0" (funny-method 1.1 "test" false (test 1 2 3 4 /) :test)) \ No newline at end of file -- cgit