From f7746141106a5caa1b02c08d4e083260d2b9e1c1 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 16 Aug 2018 14:43:35 +1000 Subject: tests/micropython: Add tests for try and with blocks under native/viper. --- tests/micropython/native_try_deep.py.exp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/micropython/native_try_deep.py.exp (limited to 'tests/micropython/native_try_deep.py.exp') diff --git a/tests/micropython/native_try_deep.py.exp b/tests/micropython/native_try_deep.py.exp new file mode 100644 index 000000000..84c6beae3 --- /dev/null +++ b/tests/micropython/native_try_deep.py.exp @@ -0,0 +1,9 @@ +8 +7 +6 +5 +4 +3 +2 +1 +ValueError -- cgit v1.2.3