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.py.exp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/micropython/native_try.py.exp (limited to 'tests/micropython/native_try.py.exp') diff --git a/tests/micropython/native_try.py.exp b/tests/micropython/native_try.py.exp new file mode 100644 index 000000000..96596ce5f --- /dev/null +++ b/tests/micropython/native_try.py.exp @@ -0,0 +1,7 @@ +finally +NameError +finally +NameError +100 +200 +300 -- cgit v1.2.3