aboutsummaryrefslogtreecommitdiff
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.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/micropython/viper_error.py.exp b/tests/micropython/viper_error.py.exp
index ad1ba34c6..1afcd4bdb 100644
--- a/tests/micropython/viper_error.py.exp
+++ b/tests/micropython/viper_error.py.exp
@@ -10,3 +10,6 @@ ViperTypeError("can't load from 'int'",)
ViperTypeError("can't store to 'int'",)
ViperTypeError("can't store to 'int'",)
ViperTypeError('must raise an object',)
+ViperTypeError('unary op __pos__ not implemented',)
+ViperTypeError('unary op __neg__ not implemented',)
+ViperTypeError('unary op __invert__ not implemented',)