Added TODO

This commit is contained in:
Justin Ethier 2022-06-09 19:05:52 -07:00
parent 3050be9004
commit e7c50161b5

View file

@ -33,6 +33,7 @@
(newline)) (newline))
(list (list
(test-plus 1 2) (test-plus 1 2)
;; TODO: (fixnum? (test-plus 1 2))
(test-plus -1 2) (test-plus -1 2)
(test-plus #x0FFFffff #x0FFFffff) (test-plus #x0FFFffff #x0FFFffff)
(test-bn 123456789 ) (test-bn 123456789 )