summaryrefslogtreecommitdiff
path: root/tests/functional/u/useless/useless_object_inheritance.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/useless/useless_object_inheritance.txt')
-rw-r--r--tests/functional/u/useless/useless_object_inheritance.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/u/useless/useless_object_inheritance.txt b/tests/functional/u/useless/useless_object_inheritance.txt
new file mode 100644
index 000000000..1b18607fa
--- /dev/null
+++ b/tests/functional/u/useless/useless_object_inheritance.txt
@@ -0,0 +1,4 @@
+useless-object-inheritance:8:0:A:Class 'A' inherits from object, can be safely removed from bases in python3
+useless-object-inheritance:14:0:C:Class 'C' inherits from object, can be safely removed from bases in python3
+useless-object-inheritance:17:0:D:Class 'D' inherits from object, can be safely removed from bases in python3
+useless-object-inheritance:20:0:E:Class 'E' inherits from object, can be safely removed from bases in python3