diff options
Diffstat (limited to 'py/test/Slice/keyword/Client.py')
-rwxr-xr-x | py/test/Slice/keyword/Client.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/py/test/Slice/keyword/Client.py b/py/test/Slice/keyword/Client.py index 9775c7f3c1a..d4f6ebc73c6 100755 --- a/py/test/Slice/keyword/Client.py +++ b/py/test/Slice/keyword/Client.py @@ -58,11 +58,10 @@ def testtypes(): d = _and.execPrx.uncheckedCast(None) assert "_finally" in dir(_and.execPrx) d1 = execI() - e = _and.forPrx.uncheckedCast(None) - assert "foo_async" in dir(_and.forPrx) + e1 = forI() f = _and.ifPrx.uncheckedCast(None) - assert "foo_async" in dir(_and.ifPrx) + assert "_finally" in dir(_and.ifPrx) assert "_elif" in dir(_and.ifPrx) f1 = ifI() |