summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorCalle Dybedahl <calle@init.se>2015-03-19 14:17:34 +0100
committerCalle Dybedahl <calle@init.se>2015-03-19 14:54:36 +0100
commit6b86d0d5e75eab938258f817679351041b8a4d30 (patch)
tree2277ef8825fa1d58dfe74fea05bf1f6d21cf3eea /t
parenta1a2ca9b25e6269093da8a3ae67c0aad5456e259 (diff)
Put thread support behind ifdefs.
Diffstat (limited to 't')
-rw-r--r--t/threads.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/threads.t b/t/threads.t
index 1b63428..708d0c4 100644
--- a/t/threads.t
+++ b/t/threads.t
@@ -23,9 +23,6 @@ if ($can_use_threads) {
$_->join for threads->list;
-} else {
- plan skip_all => 'No threads in this perl.';
}
-
done_testing; \ No newline at end of file