summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_b1.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_b1.py')
-rw-r--r--Lib/test/test_b1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_b1.py b/Lib/test/test_b1.py
index 938e76d..d80767b 100644
--- a/Lib/test/test_b1.py
+++ b/Lib/test/test_b1.py
@@ -2,7 +2,7 @@
import warnings
warnings.filterwarnings("ignore", "hex../oct.. of negative int",
- DeprecationWarning, __name__)
+ FutureWarning, __name__)
from test.test_support import TestFailed, fcmp, have_unicode, TESTFN, unlink