From d93f7265e298bfd65725c5363cb27336aff174a4 Mon Sep 17 00:00:00 2001
From: Alex Shinn <alexshinn@gmail.com>
Date: Thu, 20 Jul 2017 22:18:05 +0900
Subject: [PATCH] fixing test after jn/yn signature change

---
 lib/srfi/144/test.sld | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/srfi/144/test.sld b/lib/srfi/144/test.sld
index cf2fb5eb..987cd8ec 100644
--- a/lib/srfi/144/test.sld
+++ b/lib/srfi/144/test.sld
@@ -90,8 +90,8 @@
         (lambda (res sign)
           (test 64. res)
           (test 1 sign)))
-      (test 0.440050586 (flfirst-bessel 1. 1))
-      (test -0.781212821 (flsecond-bessel 1. 1))
+      (test 0.440050586 (flfirst-bessel 1 1.))
+      (test -0.781212821 (flsecond-bessel 1 1.))
       (test 0.842700793 (flerf 1.))
       (test 0.157299207 (flerfc 1.))
       (test-end))))