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-21 09:39:49 -0700
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-08-21 09:39:49 -0700
commitaf6f23ba1869c0450c44e917becc48263b565327 (patch)
tree892dd48e2950097646f2f96ae6419a0456ebb097 /Test/triggers/loop-detection-is-not-too-strict.dfy.expect
parente676ad0877d31cb73a1a6bb5aae677ac64593fd6 (diff)
Add /printTooltips to trigger tests
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.expect4
1 files changed, 4 insertions, 0 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 29882da7..270f7e57 100644
--- a/Test/triggers/loop-detection-is-not-too-strict.dfy.expect
+++ b/Test/triggers/loop-detection-is-not-too-strict.dfy.expect
@@ -1,3 +1,7 @@
+loop-detection-is-not-too-strict.dfy(14,9): Info: Selected triggers:
+ {P(y, x)}, {P(x, y)}
+loop-detection-is-not-too-strict.dfy(17,9): Info: Selected triggers:
+ {P(y, x)}, {P(x, y)}
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.