fixed test data

This commit is contained in:
Ekaterina Tuzova
2013-03-22 11:59:47 +04:00
parent 40b94ce4d5
commit e985159f9e
@@ -5,4 +5,4 @@ class A:
self.a = 1
def foo(self):
<weak_warning descr="Instance attribute b defined outside _init_">self.b</weak_warning>= 1
<weak_warning descr="Instance attribute b defined outside __init__">self.b</weak_warning>= 1