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.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/messages/func_newstyle_super_py30.txt b/test/messages/func_newstyle_super_py30.txt
index 4a08d88..246d265 100644
--- a/test/messages/func_newstyle_super_py30.txt
+++ b/test/messages/func_newstyle_super_py30.txt
@@ -1,3 +1,4 @@
-C: 5:Aaaa: Old-style class defined.
-E: 21:NewAaaa.__init__: Bad first argument 'object' given to super()
-E: 31:Py3kWrongSuper.__init__: Bad first argument 'NewAaaa' given to super()
+C: 7:Aaaa: Old-style class defined.
+E: 23:NewAaaa.__init__: Bad first argument 'object' given to super()
+E: 33:Py3kWrongSuper.__init__: Bad first argument 'NewAaaa' given to super()
+E: 38:WrongNameRegression.__init__: Bad first argument 'Missing' given to super()