/[gcl]/gcl/ansi-tests/sxhash.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/sxhash.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by pfdietz, Sat May 21 02:28:42 2005 UTC revision 1.12 by pfdietz, Sun Jun 26 14:52:06 2005 UTC
# Line 6  Line 6 
6  (in-package :cl-test)  (in-package :cl-test)
7    
8  (deftest sxhash.1  (deftest sxhash.1
9    (loop for x in *universe*    (check-predicate #'(lambda (x) (typep (sxhash x) '(and unsigned-byte fixnum))))
         for hash-code = (sxhash x)  
         unless (typep hash-code '(and unsigned-byte fixnum))  
         collect x)  
10    nil)    nil)
11    
12  (deftest sxhash.2  (deftest sxhash.2

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26