Author: pmichaud
Date: Mon May 1 13:36:10 2006
New Revision: 12479
Modified:
trunk/t/pmc/objects.t
Log:
[parrot]: update t/pmc/objects.t with ticket #39045 for isa test (#73)
Modified: trunk/t/pmc/objects.t
==============================================================================
--- trunk/t/pmc/objects.t (original)
+++ trunk/t/pmc/objects.t Mon May 1 13:36:10 2006
@@ -2119,7 +2119,7 @@
Perl6;PAST;Node
OUTPUT
-pir_output_is(<<'CODE', <<'OUTPUT', "isa");
+pir_output_is(<<'CODE', <<'OUTPUT', "isa (#39045)");
.sub main :main
.local pmc base, o1, o2
base = subclass 'Hash', ['Perl6'; 'PAST'; 'Node']