From e7c50161b597c48743ee9df91a49a666ab741456 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 9 Jun 2022 19:05:52 -0700 Subject: [PATCH] Added TODO --- test-bn.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/test-bn.scm b/test-bn.scm index be548b60..caf2e4e0 100644 --- a/test-bn.scm +++ b/test-bn.scm @@ -33,6 +33,7 @@ (newline)) (list (test-plus 1 2) + ;; TODO: (fixnum? (test-plus 1 2)) (test-plus -1 2) (test-plus #x0FFFffff #x0FFFffff) (test-bn 123456789 )