mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Shared CFG: Update breakInvariant4 consistency test
This commit is contained in:
@@ -924,7 +924,8 @@ module Consistency {
|
||||
succSplits(pred, predSplits, succ, succSplits, c) and
|
||||
split.hasEntry(pred, succ, c) and
|
||||
not split.getKind() = predSplits.getASplit().getKind() and
|
||||
not split = succSplits.getASplit()
|
||||
not split = succSplits.getASplit() and
|
||||
split.getKind().isEnabled(succ)
|
||||
}
|
||||
|
||||
query predicate breakInvariant5(
|
||||
|
||||
@@ -924,7 +924,8 @@ module Consistency {
|
||||
succSplits(pred, predSplits, succ, succSplits, c) and
|
||||
split.hasEntry(pred, succ, c) and
|
||||
not split.getKind() = predSplits.getASplit().getKind() and
|
||||
not split = succSplits.getASplit()
|
||||
not split = succSplits.getASplit() and
|
||||
split.getKind().isEnabled(succ)
|
||||
}
|
||||
|
||||
query predicate breakInvariant5(
|
||||
|
||||
Reference in New Issue
Block a user