Mercurial > paraspace
changeset 91:a33dfe2dae9d
Fix testcase to match changes of format strings
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sun, 24 Jul 2011 22:29:25 +0800 |
parents | fe7b3f111d57 |
children | 1728795c29b7 |
files | paraspace/tests/dalvik_opcodes_test.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/paraspace/tests/dalvik_opcodes_test.py Sun Jul 24 22:28:21 2011 +0800 +++ b/paraspace/tests/dalvik_opcodes_test.py Sun Jul 24 22:29:25 2011 +0800 @@ -58,7 +58,7 @@ opv = (0x6f, (0, 1, 0xa601, 1, 0, 0, 0)) line = format_inst(opv) assert line == 'OP_INVOKE_SUPER {v1, v0, v0, v0, v0},' \ - ' thing@a601 (1: count, A: vG)' + ' meth@a601 (1: count, A: vG)' opv = (0, ()) line = format_inst(opv)