bldc/tests/test_rotate_2.lisp

3 lines
55 B
Common Lisp

(check (eq (rotate (list 1 2 3 4) 2) (list 3 4 1 2)))