Upgrade to Test-Simple-0.82.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / thread_taint.t
1 #!/usr/bin/perl -w
2 # $Id: /mirror/googlecode/test-more/t/thread_taint.t 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51  $
3
4 use Test::More tests => 1;
5
6 ok( !$INC{'threads.pm'}, 'Loading Test::More does not load threads.pm' );