summaryrefslogtreecommitdiff
path: root/test/messages/func_newstyle_super_py30.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/messages/func_newstyle_super_py30.txt')
-rw-r--r--test/messages/func_newstyle_super_py30.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/messages/func_newstyle_super_py30.txt b/test/messages/func_newstyle_super_py30.txt
new file mode 100644
index 0000000..48ff5a4
--- /dev/null
+++ b/test/messages/func_newstyle_super_py30.txt
@@ -0,0 +1,5 @@
+C: 5:Aaaa: Old-style class defined.
+E: 7:Aaaa.hop: Use of super on an old style class
+E: 11:Aaaa.__init__: Use of super on an old style class
+E: 21:NewAaaa.__init__: Bad first argument 'object' given to super class
+E: 31:Py3kWrongSuper.__init__: Bad first argument 'NewAaaa' given to super class