summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_code.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_code.py')
-rw-r--r--Lib/test/test_code.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_code.py b/Lib/test/test_code.py
index 6aaf04c..c3dd678 100644
--- a/Lib/test/test_code.py
+++ b/Lib/test/test_code.py
@@ -227,6 +227,7 @@ class CodeTest(unittest.TestCase):
co.co_name,
co.co_firstlineno,
co.co_lnotab,
+ co.co_exceptiontable,
co.co_freevars,
co.co_cellvars)