mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-21 22:11:40 +07:00
correct testdata for fixed test
This commit is contained in:
@@ -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
|
||||
@@ -1 +1 @@
|
||||
a = (b)
|
||||
if b: pass
|
||||
Reference in New Issue
Block a user