From 5e80c53c115e8b45df598ffdbc45dfdd543be8ac Mon Sep 17 00:00:00 2001 From: Rami Ali Date: Tue, 17 Jan 2017 17:26:59 +1100 Subject: tests/extmod: Improve test coverage of ure module. --- tests/extmod/ure_split_notimpl.py.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/extmod/ure_split_notimpl.py.exp (limited to 'tests/extmod/ure_split_notimpl.py.exp') diff --git a/tests/extmod/ure_split_notimpl.py.exp b/tests/extmod/ure_split_notimpl.py.exp new file mode 100644 index 000000000..437f61670 --- /dev/null +++ b/tests/extmod/ure_split_notimpl.py.exp @@ -0,0 +1 @@ +NotImplementedError -- cgit v1.2.3