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