fixed test data for move statement

This commit is contained in:
Ekaterina Tuzova
2013-08-26 15:18:03 +04:00
parent 7f7d1014ba
commit 3be529abb4
4 changed files with 4 additions and 4 deletions
@@ -1,4 +1,5 @@
test()
for item in range(10):
continue
pass
continue
test1()
@@ -1,5 +1,4 @@
test()
for item in range(10):
continue
for item in range(10):
pass
@@ -1,4 +1,5 @@
class B(Exception):
pass #<---here
pass
pass #<---here
class C(B):
pass
@@ -1,4 +1,3 @@
class B(Exception):
pass #<---here
class B(Exception):
pass