Update tests for 64 bit Windows builds
[sbcl.git] / tests / interface.pure.lisp
index 1e76ccd..74ce1e0 100644 (file)
@@ -68,7 +68,7 @@
       (sleep 2))))
 
 ;;; SLEEP should not cons
-(with-test (:name (sleep :non-consing) :fails-on '(not :x86-64))
+(with-test (:name (sleep :non-consing) :fails-on '(or (not :x86-64) :win32))
   (ctu:assert-no-consing (sleep 0.00001)))
 
 ;;; SLEEP should work with large integers as well -- no timers