2 # Copyright (C) 2006-2007, The Perl Foundation.
7 t/pmc/retcontinuation.t - test the RetContinuation PMC
11 % prove t/pmc/retcontinuation.t
15 Tests the RetContinuation PMC.
21 load_bytecode 'library/Test/More.pir'
23 # get the testing functions
24 .local pmc exports, curr_namespace, test_namespace
25 curr_namespace = get_namespace
26 test_namespace = get_namespace [ "Test::More" ]
27 exports = split " ", "plan diag ok is is_deeply like isa_ok"
29 test_namespace."export_to"(curr_namespace, exports)
33 new P0, .RetContinuation
34 ok(1, 'Instantiated .RetContinuation')
39 # cperl-indent-level: 4
42 # vim: expandtab shiftwidth=4: