[svn:parrot] r46411 - trunk/t/oo
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sat May 8 13:06:09 UTC 2010
Author: jkeenan
Date: Sat May 8 13:06:09 2010
New Revision: 46411
URL: https://trac.parrot.org/parrot/changeset/46411
Log:
Include reference to TT in todo-ed item.
Modified:
trunk/t/oo/metamodel.t
Modified: trunk/t/oo/metamodel.t
==============================================================================
--- trunk/t/oo/metamodel.t Sat May 8 13:03:42 2010 (r46410)
+++ trunk/t/oo/metamodel.t Sat May 8 13:06:09 2010 (r46411)
@@ -52,7 +52,7 @@
$P1 = attributes['tail']
$S1 = $P1['type']
$I0 = iseq $S1, 'Str'
- todo($I0, "tail attribute has a type", "not implemented")
+ todo($I0, "tail attribute has a type", "not implemented: TT #1618")
# is($S1,'Str', "tail attribute has a type")
goto end_tail_attrib_test
no_tail_attribute:
More information about the parrot-commits
mailing list