From 27f41e624c39f661f917c20b58daf6637ada0982 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 23 Jan 2020 13:18:34 +1100 Subject: tests/unix: Add coverage test for mp_obj_new_exception_args. Because it's no longer called anywhere in the code. --- tests/unix/extra_coverage.py.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unix/extra_coverage.py.exp') diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index a41f227be..9c3b036b9 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -58,6 +58,7 @@ TypeError: unsupported types for __divmod__: 'str', 'str' 2 OverflowError: overflow converting long int to machine word OverflowError: overflow converting long int to machine word +ValueError: Warning: test # format float ? -- cgit v1.2.3