Clear up test based on line number differences between the core and the
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / t / thread_taint.t
CommitLineData
30e302f8 1#!/usr/bin/perl -w
2
3use Test::More tests => 1;
4
5ok( !$INC{'threads.pm'}, 'Loading Test::More does not load threads.pm' );