bldc/tests/test_compare_1.lisp

3 lines
58 B
Common Lisp

(check (and (eq t (>= 1 1))
(eq t (<= 1 1))))