We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba6e54 commit a42a9b2Copy full SHA for a42a9b2
src/test.lisp
@@ -36,5 +36,5 @@
36
(defun tests ()
37
(format t "== EQUIVALENCE TESTS == ~c ~c" #\newline #\newline #\newline)
38
(tests-run *equivalence-tests* '<=>)
39
- (format t "~c ~c == INFERENCE TESTS == ~c ~c" #\newline #\newline #\newline)
+ (format t "~c == INFERENCE TESTS == ~c ~c" #\newline #\newline #\newline)
40
(tests-run *inference-tests* '=>))
0 commit comments