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