0.9.5.42:
[sbcl.git] / tests / bit-vector.impure-cload.lisp
index ac2b7b3..7809cc1 100644 (file)
     (assert (= (aref a 0) 1))
     (inform :aref-2)
     (assert (= (aref a (- array-dimension-limit 2)) 1))
-    #-darwin
-    (progn
-      (inform :bit-and)
-      (bit-and a b a)
-      (inform :aref-3)
-      (assert (= (aref a 0) 0))
-      (inform :aref-4)
-      (assert (= (aref a (- array-dimension-limit 2)) 0)))))
+    (inform :bit-and)
+    (bit-and a b a)
+    (inform :aref-3)
+    (assert (= (aref a 0) 0))
+    (inform :aref-4)
+    (assert (= (aref a (- array-dimension-limit 2)) 0))))
 
 (test-small-bit-vectors)
 
@@ -84,6 +82,3 @@
 ;; except on machines where addressable space is likely to be
 ;; much bigger than physical memory
 (test-big-bit-vectors)
-\f
-;;; success
-(sb-ext:quit :unix-status 104)