summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_regrtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'astroid/tests/unittest_regrtest.py')
-rw-r--r--astroid/tests/unittest_regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/tests/unittest_regrtest.py b/astroid/tests/unittest_regrtest.py
index 3e22152..8e60e8a 100644
--- a/astroid/tests/unittest_regrtest.py
+++ b/astroid/tests/unittest_regrtest.py
@@ -251,7 +251,7 @@ def test():
def test_ancestors_yes_in_bases(self):
# Test for issue https://bitbucket.org/logilab/astroid/issue/84
- # This used to crash astroid with a TypeError, because an YES
+ # This used to crash astroid with a TypeError, because an Uninferable
# node was present in the bases
node = extract_node("""
def with_metaclass(meta, *bases):