summaryrefslogtreecommitdiff
path: root/tests/functional/i/inherit_non_class.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/i/inherit_non_class.txt')
-rw-r--r--tests/functional/i/inherit_non_class.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/i/inherit_non_class.txt b/tests/functional/i/inherit_non_class.txt
index 9252c2fbf..e8a9b0b6f 100644
--- a/tests/functional/i/inherit_non_class.txt
+++ b/tests/functional/i/inherit_non_class.txt
@@ -7,3 +7,5 @@ inherit-non-class:68:0:NotInheritableBool:Inheriting 'bool', which is not a clas
inherit-non-class:72:0:NotInheritableRange:Inheriting 'range', which is not a class.
inherit-non-class:76:0:NotInheritableSlice:Inheriting 'slice', which is not a class.
inherit-non-class:80:0:NotInheritableMemoryView:Inheriting 'memoryview', which is not a class.
+inherit-non-class:99:0:Child2:Inheriting 'ParentBad[int]', which is not a class.:HIGH
+unsubscriptable-object:103:13:Child3:Value 'Empty' is unsubscriptable:HIGH