From 7f36cdc708284a6c037ab1e0f1c9f6b21c7abfbc Mon Sep 17 00:00:00 2001 From: Koz Ross Date: Tue, 31 Jan 2017 19:36:23 +1300 Subject: [PATCH] Fixing comma derp --- tests/srfi-60-tests.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/srfi-60-tests.scm b/tests/srfi-60-tests.scm index 638989c2..04c7b427 100644 --- a/tests/srfi-60-tests.scm +++ b/tests/srfi-60-tests.scm @@ -73,7 +73,7 @@ (test 0 (integer-length 0)) (test 4 (integer-length #b1111))) -(define fsb-results #u8(-1, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4)) +(define fsb-results #u8(-1 0 1 0 2 0 1 0 3 0 1 0 2 0 1 0 4)) (test-group "log2-binary-factors"