correct testdata for fixed test

This commit is contained in:
Dmitry Jemerov
2010-05-31 16:58:43 +04:00
parent e7b97de04c
commit 0753d94129
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
a = (<warning descr="Expression can be simplified"><caret>b != False</warning>)
if <warning descr="Expression can be simplified"><caret>b != False</warning>: pass

View File

@@ -1 +1 @@
a = (b)
if b: pass