C/C++ : Fixed select issue in Useless Test

This commit is contained in:
BACK Yonah
2022-01-31 16:56:12 +01:00
parent ca2ff6f9fb
commit 56941dba6b

View File

@@ -40,4 +40,4 @@ where
ne.getRightOperand() instanceof Literal and
nearestParent(eq) = nearestParent(ne) and
sameExpr(eq.getLeftOperand(), ne.getLeftOperand())
select "Useless test", ne
select ne,"Useless Test"