Update test output to match new (more informative) error message about

calling unbound method with wrong first argument.
This commit is contained in:
Guido van Rossum 2001-08-24 19:31:43 +00:00
parent 191487351a
commit d320ad08bf

View file

@ -34,8 +34,8 @@ dir() got multiple values for keyword argument 'b'
3 512 1
3
3
unbound method method() must be called with instance as first argument
unbound method method() must be called with instance as first argument
unbound method method() must be called with Foo instance as first argument (got int instance instead)
unbound method method() must be called with Foo instance as first argument (got int instance instead)
za () {} -> za() takes exactly 1 argument (0 given)
za () {'a': 'aa'} -> ok za aa B D E V a
za () {'d': 'dd'} -> za() got an unexpected keyword argument 'd'