From 2292400e64f014fc29ca52888dc9f5c897487e43 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sun, 4 Feb 2018 08:16:35 -0800
Subject: [PATCH] Fix typo.  double-double-float is in the kernel package

---
 tests/float-tran.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/float-tran.lisp b/tests/float-tran.lisp
index 8eb1990a4..0af83e885 100644
--- a/tests/float-tran.lisp
+++ b/tests/float-tran.lisp
@@ -28,7 +28,7 @@
   #+double-double
   (assert-equalp (c::specifier-type '(integer -1073 1024))
 		 (c::decode-float-exp-derive-type-aux
-		  (c::specifier-type 'double-double-float)))
+		  (c::specifier-type 'kernel:double-double-float)))
   (assert-equalp (c::specifier-type '(integer 2 8))
 		 (c::decode-float-exp-derive-type-aux
 		  (c::specifier-type '(double-float 2d0 128d0)))))
-- 
GitLab