summaryrefslogtreecommitdiff
path: root/tests/micropython/viper_error.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/micropython/viper_error.py.exp')
-rw-r--r--tests/micropython/viper_error.py.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/micropython/viper_error.py.exp b/tests/micropython/viper_error.py.exp
index 96be5a590..3a8cb0299 100644
--- a/tests/micropython/viper_error.py.exp
+++ b/tests/micropython/viper_error.py.exp
@@ -18,8 +18,8 @@ ViperTypeError('must raise an object',)
ViperTypeError('unary op __pos__ not implemented',)
ViperTypeError('unary op __neg__ not implemented',)
ViperTypeError('unary op __invert__ not implemented',)
-ViperTypeError('binary op __contains__ not implemented',)
+ViperTypeError('binary op not implemented',)
+NotImplementedError('native yield',)
NotImplementedError('native yield',)
-NotImplementedError('native yield from',)
NotImplementedError('conversion to object',)
NotImplementedError('casting',)