Skip to content

Commit

Permalink
Fix argument list
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jan 17, 2024
1 parent 7bc4a8b commit 54a0b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/extrinsic/test/ansi-test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"PPRINT"
"SET-PPRINT-DISPATCH."))

(defun ansi-test ()
(defun ansi-test (&rest args)
(let ((system (asdf:find-system :inravina-extrinsic/test)))
(apply #'ansi-test-harness:ansi-test
:directory (merge-pathnames
Expand Down

0 comments on commit 54a0b43

Please sign in to comment.