mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
JS: address review comments
This commit is contained in:
@@ -82,7 +82,7 @@ predicate isConstantDefensive(Expr e) {
|
||||
// traverse negations
|
||||
defensive.(LogNotExpr).getOperand+() = e
|
||||
|
|
||||
exists(defensive.flow().(DefensiveExpression).getTheTestResult())
|
||||
exists(defensive.flow().(DefensiveExpressionTest).getTheTestResult())
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user