Skip to content

Commit

Permalink
Dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Aug 19, 2024
1 parent 908fa6b commit 8bb4ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selftest.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(finish-test test :SKIPPED))
(T
(start-test i test)
(finish-test test (run-test-muffled fn))))))
(finish-test test (funcall-muffled fn))))))
(format *standard-output* "~&~%~:[All OK!~;~:*Some failures occurred:~{~% ~a~}~]~%" *failures*)))

(defmacro test (name &body body)
Expand Down

0 comments on commit 8bb4ab2

Please sign in to comment.