bldc/tests/test_move_to_flash_3.lisp

6 lines
51 B
Common Lisp

(def a 1.2)
(move-to-flash a)
(+ a 1.1)
(check t)