We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2ff6f commit 56941dbCopy full SHA for 56941db
cpp/ql/src/experimental/Best Practices/UselessTest.ql
@@ -40,4 +40,4 @@ where
40
ne.getRightOperand() instanceof Literal and
41
nearestParent(eq) = nearestParent(ne) and
42
sameExpr(eq.getLeftOperand(), ne.getLeftOperand())
43
-select "Useless test", ne
+select ne,"Useless Test"
0 commit comments