#! parrot # Copyright (C) 2006-2008, The Perl Foundation. # $Id$ =head1 NAME t/pmc/parrotthread.t - test the ParrotThread PMC =head1 SYNOPSIS % prove t/pmc/parrotthread.t =head1 DESCRIPTION Tests the ParrotThread PMC. =cut .sub main :main .include 'include/test_more.pir' plan(1) new P0, 'ParrotThread' ok(1, 'Instantiated .ParrotThread') .end # Local Variables: # mode: pir # fill-column: 100 # End: # vim: expandtab shiftwidth=4 ft=pir: