diff options
Diffstat (limited to 'python/test/Ice/operations/TwowaysAMI.py')
-rw-r--r-- | python/test/Ice/operations/TwowaysAMI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/test/Ice/operations/TwowaysAMI.py b/python/test/Ice/operations/TwowaysAMI.py index 735e526b68a..90c7299635e 100644 --- a/python/test/Ice/operations/TwowaysAMI.py +++ b/python/test/Ice/operations/TwowaysAMI.py @@ -1177,7 +1177,6 @@ def twowaysAMI(communicator, p): derived.begin_opDerived(cb.opDerived, cb.exCB) cb.check() - r = p.begin_opByte1(0xFF) test(p.end_opByte1(r) == 0xFF) |