r1724: *** empty log message ***
[uffi.git] / examples / atoifl.cl
index 064a91f7d1257e6978b76207d8197e8ff5f9f1e5..84e9a72c568181ca8a003b89782b70bbeceebe5b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: atoifl.cl,v 1.4 2002/04/02 23:27:05 kevin Exp $
+;;;; $Id: atoifl.cl,v 1.5 2002/04/03 00:31:32 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -53,7 +53,7 @@
                  :fail-info "Error with atoi")
   (util.test:test (atoi "") 0 :test #'eql
                  :fail-info "Error with atoi")
-  (util.test:test (atof "2.23") 2.23 :test #'eql
+  (util.test:test (atof "2.23") 2.23d0 :test #'eql
                  :fail-info "Error with atof")
   )