summaryrefslogtreecommitdiff
path: root/Test/triggers/loop-detection-is-not-too-strict.dfy.expect
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-20 10:37:11 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-20 10:37:11 -0700
commitaeb38d63369ee5b584ef9f5574c7371aea423759 (patch)
tree903701310bc4041ac2466f3dfa178c6a8c862a1f /Test/triggers/loop-detection-is-not-too-strict.dfy.expect
parentcfdaf4ccbea24636f2a94ca9d2f75b8699921d60 (diff)
Simplify error reporting in the trigger generator to get cleaner messages
Diffstat (limited to 'Test/triggers/loop-detection-is-not-too-strict.dfy.expect')
-rw-r--r--Test/triggers/loop-detection-is-not-too-strict.dfy.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/triggers/loop-detection-is-not-too-strict.dfy.expect b/Test/triggers/loop-detection-is-not-too-strict.dfy.expect
index c2e5ef3a..29882da7 100644
--- a/Test/triggers/loop-detection-is-not-too-strict.dfy.expect
+++ b/Test/triggers/loop-detection-is-not-too-strict.dfy.expect
@@ -1,4 +1,4 @@
-loop-detection-is-not-too-strict.dfy(20,9): Warning: Selected triggers: {P(x, y)} (loops with {P(x, y + 1)})
+loop-detection-is-not-too-strict.dfy(20,9): Warning: Selected triggers: {P(x, y)} (loops with {P(x, y + 1)})
(!) Suppressing loops would leave this expression without triggers.
Dafny program verifier finished with 3 verified, 0 errors