[svn:parrot] r45851 - trunk/runtime/parrot/library/TAP
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Wed Apr 21 10:05:58 UTC 2010
Author: fperrad
Date: Wed Apr 21 10:05:57 2010
New Revision: 45851
URL: https://trac.parrot.org/parrot/changeset/45851
Log:
[TAP] fix after r45827
Modified:
trunk/runtime/parrot/library/TAP/Formatter.pir
trunk/runtime/parrot/library/TAP/Harness.pir
Modified: trunk/runtime/parrot/library/TAP/Formatter.pir
==============================================================================
--- trunk/runtime/parrot/library/TAP/Formatter.pir Wed Apr 21 09:51:13 2010 (r45850)
+++ trunk/runtime/parrot/library/TAP/Formatter.pir Wed Apr 21 10:05:57 2010 (r45851)
@@ -356,7 +356,7 @@
$P0.'add_attribute'('show_count')
.end
-.sub 'init' :vtable
+.sub 'init' :vtable :nsentry
$P0 = getattribute self, 'show_count'
unless null $P0 goto L1
$P0 = new 'Boolean'
Modified: trunk/runtime/parrot/library/TAP/Harness.pir
==============================================================================
--- trunk/runtime/parrot/library/TAP/Harness.pir Wed Apr 21 09:51:13 2010 (r45850)
+++ trunk/runtime/parrot/library/TAP/Harness.pir Wed Apr 21 10:05:57 2010 (r45851)
@@ -73,7 +73,7 @@
setattribute self, 'formatter', formatter
.end
-.sub 'runtests' :method
+.sub 'runtests' :method :nsentry
.param pmc tests
$P0 = getattribute self, 'formatter'
unless null $P0 goto L1
More information about the parrot-commits
mailing list