commit | b1295da59e90f85c71cd5591eff38376017f5e43 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Apr 01 18:59:20 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Apr 01 18:59:20 2002 +0000 |
tree | 020815085ce7b1282f554a4772bd26dda39965e1 | |
parent | 8392f3657904969f3c4217b4bb9028fd40bfa555 [diff] [blame] |
There is no TestError, use TestFailed appropriately
diff --git a/Lib/test/test_mpz.py b/Lib/test/test_mpz.py index 3e0a700..2e57db4 100644 --- a/Lib/test/test_mpz.py +++ b/Lib/test/test_mpz.py
@@ -1,6 +1,6 @@ import mpz -from test_support import vereq +from test_support import vereq, TestFailed def check_conversion(num): mpz_num = mpz.mpz(num)