bldc/tests/test_move_to_flash_7.lisp

7 lines
65 B
Common Lisp

(define a (list 1))
(move-to-flash a)
(check (eq a (list 1)))