bldc/tests/test_compare_3.lisp

3 lines
62 B
Common Lisp

(check (and (eq nil (>= 0 1))
(eq nil (<= 1 0))))