summaryrefslogtreecommitdiff
path: root/Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-22 15:39:50 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-22 15:39:50 -0700
commit5b62a70205871f5f4d62db5247f11ac6c53fc57e (patch)
treeaa40fed98694e0ffca68f48a5021dcc821441b2b /Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect
parent109a5ba2678d911eaa4446674988101677096896 (diff)
Look at the full quantifier to find loops, not just the term.
Diffstat (limited to 'Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect')
-rw-r--r--Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect b/Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect
new file mode 100644
index 00000000..72482de5
--- /dev/null
+++ b/Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect
@@ -0,0 +1,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