summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_descr.py')
-rw-r--r--Lib/test/test_descr.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py
index aafe428..c74e232 100644
--- a/Lib/test/test_descr.py
+++ b/Lib/test/test_descr.py
@@ -1595,6 +1595,7 @@ order (MRO) for bases """
# probably not worth it.
# ("__enter__", run_context, iden),
# ("__exit__", run_context, iden),
+ ("__dir__", dir, empty_seq, set(), {}),
]
class Checker(object):