cvsuser 03/10/22 01:07:14
Modified: t/pmc objects.t
Log:
remove instantiate test
Revision Changes Path
1.7 +1 -12 parrot/t/pmc/objects.t
Index: objects.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/objects.t,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -r1.6 -r1.7
--- objects.t 17 Oct 2003 16:06:48 -0000 1.6
+++ objects.t 22 Oct 2003 08:07:14 -0000 1.7
@@ -1,6 +1,6 @@
#! perl -w
-use Parrot::Test tests => 8;
+use Parrot::Test tests => 7;
use Test::More;
output_is(<<'CODE', <<'OUTPUT', "findclass (base class)");
@@ -153,16 +153,5 @@
end
CODE
0011
-OUTPUT
-
-output_is(<<'CODE', <<'OUTPUT', "instantiate");
- newclass P1, "Foo"
- instantiate P2, P1
- typeof S1, P2 # Is the correct PMC type created?
- print S1
- print "\n"
- end
-CODE
-ParrotObject
OUTPUT