Explicityl make the *suites* hash table an eql table
authorMarco Baringer <mb@bese.it>
Thu, 29 Nov 2012 10:55:16 +0000 (11:55 +0100)
committerMarco Baringer <mb@bese.it>
Thu, 29 Nov 2012 10:55:16 +0000 (11:55 +0100)
src/suite.lisp

index 9ac85f0..9aab2cc 100644 (file)
@@ -16,7 +16,7 @@
 
 ;;;; ** Creating Suits
 
-(defvar *suites* (make-hash-table))
+(defvar *suites* (make-hash-table :test 'eql))
 
 (defmacro def-suite (name &key description (in nil in-p) (fixture nil fixture-p))
   "Define a new test-suite named NAME.