changeset 220:31e0ef489b64

Update xtest to point to issue * @pyobject/pyobject.m: update comment.
author Colin Macdonald <cbm@m.fsf.org>
date Mon, 06 Jun 2016 11:28:14 -0700
parents 8455e5e52c8a
children a76d75683455
files @pyobject/pyobject.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/@pyobject/pyobject.m	Sun Jun 05 22:38:56 2016 -0700
+++ b/@pyobject/pyobject.m	Mon Jun 06 11:28:14 2016 -0700
@@ -217,7 +217,7 @@
 %! assert (d{6}, 42)
 
 %!xtest
-%! % dict: integer key is broken because
+%! % dict: integer key should not subtract one (FIXME: Issue #10)
 %! pyexec ('d = {5:40, 6:42}')
 %! d = pyobject.fromPythonVarName ('d');
 %! assert (d{6}, 42)