Fix files.t for blead.
[p5sagit/p5-mst-13.2.git] / ext / threads / shared / t / semaphore.t
CommitLineData
d79f67b6 1print "1..1\n";
2use threads;
3use threads::shared::semaphore;
4print "ok 1\n";
5