#!perl
# Copyright (C) 2006-2007, The Perl Foundation.
# $Id: default.t 20960 2007-08-31 17:31:52Z coke $
use strict;
use warnings;
use lib qw( . lib ../lib ../../lib );
use Test::More;
use Parrot::Test tests => 1;
=head1 NAME
t/pmc/default.t - test default PMC
=head1 SYNOPSIS
% prove t/pmc/default.t
=head1 DESCRIPTION
Tests the default PMC.
=cut
pir_output_is( <<'CODE', <<'OUT', 'new', todo => 'not implemeted' );
.sub 'test' :main
new P0, 'default'
print "ok 1\n"
.end
CODE
ok 1
OUT
# Local Variables:
# mode: cperl
# cperl-indent-level: 4
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4:
syntax highlighted by Code2HTML, v. 0.9.1