summaryrefslogtreecommitdiff
path: root/Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-23 14:09:00 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-23 14:09:00 -0700
commit7cd998145a00c54a25cc46a82f034769b281c4c1 (patch)
treec68b69aa32976d049dc20b8024e6eb8073174777 /Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect
parent9ea86301733d38836425a95b9db272ca7acf994a (diff)
s/loops with/may loop with/
Diffstat (limited to 'Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect')
-rw-r--r--Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect6
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect b/Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect
index 83648626..f5e47454 100644
--- a/Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect
+++ b/Test/triggers/some-terms-do-not-look-like-the-triggers-they-match.dfy.expect
@@ -1,10 +1,10 @@
-some-terms-do-not-look-like-the-triggers-they-match.dfy(12,17): Warning: Selected triggers: {s[x]} (loops with {s[x + 1]})
+some-terms-do-not-look-like-the-triggers-they-match.dfy(12,17): Warning: Selected triggers: {s[x]} (may loop with {s[x + 1]})
(!) Suppressing loops would leave this expression without triggers.
some-terms-do-not-look-like-the-triggers-they-match.dfy(15,17): Warning: For expression {x in s ==> s[x + 1] > 0}:
- Selected triggers: {s[x]} (loops with {s[x + 1]})
+ Selected triggers: {s[x]} (may loop with {s[x + 1]})
(!) Suppressing loops would leave this expression without triggers.
some-terms-do-not-look-like-the-triggers-they-match.dfy(15,17): Warning: For expression {x in s ==> x + 2 !in s}:
- Selected triggers: {s[x]} (loops with {x + 2 !in s})
+ Selected triggers: {s[x]} (may loop with {x + 2 !in s})
(!) Suppressing loops would leave this expression without triggers.
Dafny program verifier finished with 2 verified, 0 errors