2 # Copyright (C) 2009-2010, Parrot Foundation.
7 t/dynpmc/foo2.t - Test for a very simple dynamic PMC
11 % prove t/dynpmc/foo2.t
20 .include 'test_more.pir'
23 test_dynpmcs_can_use_super()
26 .sub test_dynpmcs_can_use_super
27 $P0 = loadlib 'foo_group'
31 is($I1, 43, 'dynpmcs can use SUPER to call parent dynpmc VTABLE functions')
38 # vim: expandtab shiftwidth=4 ft=pir: