summaryrefslogtreecommitdiff
path: root/Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect
blob: 72482de5cd83190dc902e3302ce1d58383d9012a (plain)
1
2
3
4
5
6
loop-detection-looks-at-ranges-too.dfy(11,17): Warning: Selected triggers: {P(x)} (loops with {P(x + 1)})
 (!) Suppressing loops would leave this expression without triggers.
loop-detection-looks-at-ranges-too.dfy(13,17): Warning: Selected triggers: {P(x)} (loops with {P(x + 1)})
 (!) Suppressing loops would leave this expression without triggers.

Dafny program verifier finished with 3 verified, 0 errors