2 # Copyright (C) 2006-2008, Parrot Foundation.
7 t/pmc/parrotthread.t - test the ParrotThread PMC
11 % prove t/pmc/parrotthread.t
15 Tests the ParrotThread PMC.
20 .include 'test_more.pir'
24 new $P0, ['ParrotThread']
25 ok(1, 'Instantiated a ParrotThread PMC')
33 # vim: expandtab shiftwidth=4 ft=pir: