2 # Copyright (C) 2009-2010, Parrot Foundation.
7 use lib qw( . lib ../lib ../../lib );
14 t/oo/new-old.t - old style tests for new
18 % prove t/oo/new-old.t
28 pir_output_is( <<'CODE', <<'OUT', "exception in new", todo => 'TT #1151' );
31 newclass type, 'Parent'
33 .local pmc obj, exception
43 .get_results(exception)
54 die 'test exception from init vtable'
57 ok #test exception from init vtable
62 # cperl-indent-level: 4
65 # vim: expandtab shiftwidth=4: