cvsuser 04/04/05 14:53:47
Modified: t/pmc objects.t
Log:
remove left over line
Revision Changes Path
1.41 +1 -3 parrot/t/pmc/objects.t
Index: objects.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/objects.t,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -w -r1.40 -r1.41
--- objects.t 3 Apr 2004 20:44:43 -0000 1.40
+++ objects.t 5 Apr 2004 21:53:47 -0000 1.41
@@ -1,6 +1,6 @@
#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: objects.t,v 1.40 2004/04/03 20:44:43 leo Exp $
+# $Id: objects.t,v 1.41 2004/04/05 21:53:47 leo Exp $
=head1 NAME
@@ -1040,7 +1040,6 @@
OUTPUT
output_is(<<'CODE', <<'OUTPUT', "get attrib by name subclass");
- loadlib P10, "myops_ops"
newclass P0, "Bar"
addattribute P0, "j"
subclass P1, P0, "Foo"
@@ -1067,7 +1066,6 @@
OUTPUT
output_is(<<'CODE', <<'OUTPUT', "set attrib by name subclass");
- loadlib P10, "myops_ops"
newclass P0, "Bar"
addattribute P0, "j"
subclass P1, P0, "Foo"