bldc/tests/test_move_to_flash_5.lisp

7 lines
70 B
Common Lisp

(def arr [1 2 3 4])
(move-to-flash arr)
(check (eq arr [1 2 3 4]))