X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftimer.impure.lisp;h=a610eb999a0b8d8256a37de0a54e7e402124e953;hb=d94c1b4a8c534bde146823f56558faf37cd4c4d7;hp=bca8805165a195ba43d1f57d04d8e1acf5dee6ba;hpb=4c81c652cdc32faefee1bccb84c3c9a7854e3edd;p=sbcl.git diff --git a/tests/timer.impure.lisp b/tests/timer.impure.lisp index bca8805..a610eb9 100644 --- a/tests/timer.impure.lisp +++ b/tests/timer.impure.lisp @@ -89,7 +89,7 @@ (with-test (:name (:timer :relative) :fails-on '(and :sparc :linux) - :skipped-on :win32) + :skipped-on :win32) (let* ((has-run-p nil) (timer (make-timer (lambda () (setq has-run-p t)) :name "simple timer"))) @@ -102,7 +102,7 @@ (with-test (:name (:timer :absolute) :fails-on '(and :sparc :linux) - :skipped-on :win32) + :skipped-on :win32) (let* ((has-run-p nil) (timer (make-timer (lambda () (setq has-run-p t)) :name "simple timer"))) @@ -131,7 +131,7 @@ (with-test (:name (:timer :repeat-and-unschedule) :fails-on '(and :sparc :linux) - :skipped-on :win32) + :skipped-on :win32) (let* ((run-count 0) timer) (setq timer