diff options
Diffstat (limited to 'test/lisp/thread-tests.el')
-rw-r--r-- | test/lisp/thread-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/thread-tests.el b/test/lisp/thread-tests.el index 4ba7b99719c..5d684a96a18 100644 --- a/test/lisp/thread-tests.el +++ b/test/lisp/thread-tests.el @@ -88,7 +88,7 @@ (ert-deftest thread-tests-list-threads-error-when-not-configured () "Signal an error running `list-threads' if threads are not configured." - (skip-unless (not (featurep 'threads))) + (skip-when (featurep 'threads)) (should-error (list-threads))) (provide 'thread-tests) |