2 # Copyright (C) 2007-2008, Parrot Foundation.
7 t/pmc/object.t - test the Object PMC
11 % prove t/pmc/object.t
19 # L<PDD15/Object PMC API>
20 ## TODO add more tests as this is documented and implemented
23 .include 'test_more.pir'
27 push_eh cant_instantiate
30 ok(0, 'Able to instantiate Object')
33 ok(1, 'Unable to Instantiate Object')
41 # vim: expandtab shiftwidth=4 ft=pir: