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-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/loop-detection-looks-at-ranges-too.dfy.expect
parent9ea86301733d38836425a95b9db272ca7acf994a (diff)
s/loops with/may loop with/
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.expect4
1 files changed, 2 insertions, 2 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
index 72482de5..ce62d868 100644
--- a/Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect
+++ b/Test/triggers/loop-detection-looks-at-ranges-too.dfy.expect
@@ -1,6 +1,6 @@
-loop-detection-looks-at-ranges-too.dfy(11,17): Warning: Selected triggers: {P(x)} (loops with {P(x + 1)})
+loop-detection-looks-at-ranges-too.dfy(11,17): Warning: Selected triggers: {P(x)} (may loop 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)})
+loop-detection-looks-at-ranges-too.dfy(13,17): Warning: Selected triggers: {P(x)} (may loop with {P(x + 1)})
(!) Suppressing loops would leave this expression without triggers.
Dafny program verifier finished with 3 verified, 0 errors