summaryrefslogtreecommitdiff
path: root/test/messages/func_newstyle_super_py30.txt
diff options
context:
space:
mode:
authorDan Goldsmith <djgoldsmith@googlemail.com>2014-04-11 16:22:29 +0100
committerDan Goldsmith <djgoldsmith@googlemail.com>2014-04-11 16:22:29 +0100
commitfe36ec0486cfc9aba10d8d87b0f42077ad1e78db (patch)
tree046fbf0baf2ae392120ed930aeafe63a6df83cb2 /test/messages/func_newstyle_super_py30.txt
parent3804162e9a3f0e320867ffb45e09a43f9d0156c2 (diff)
parent3965c47e53a1c06c709048d932fe01dcf947c032 (diff)
downloadpylint-fe36ec0486cfc9aba10d8d87b0f42077ad1e78db.tar.gz
Merge with trunk
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()