summaryrefslogtreecommitdiff
path: root/Test/triggers
diff options
context:
space:
mode:
Diffstat (limited to 'Test/triggers')
-rw-r--r--Test/triggers/useless-triggers-are-removed.dfy.expect14
1 files changed, 7 insertions, 7 deletions
diff --git a/Test/triggers/useless-triggers-are-removed.dfy.expect b/Test/triggers/useless-triggers-are-removed.dfy.expect
index 6c2c0a2b..a526e517 100644
--- a/Test/triggers/useless-triggers-are-removed.dfy.expect
+++ b/Test/triggers/useless-triggers-are-removed.dfy.expect
@@ -1,17 +1,17 @@
useless-triggers-are-removed.dfy(16,11): Info: Selected triggers: {f(x)}
Rejected triggers:
- {h(g(f(x)))} (stronger than {g(f(x))}, {f(x)})
- {g(h(f(x)))} (stronger than {h(f(x))}, {f(x)})
- {h(f(x))} (stronger than {f(x)})
- {g(f(x))} (stronger than {f(x)})
+ {h(g(f(x)))} (more specific than {g(f(x))}, {f(x)})
+ {g(h(f(x)))} (more specific than {h(f(x))}, {f(x)})
+ {h(f(x))} (more specific than {f(x)})
+ {g(f(x))} (more specific than {f(x)})
useless-triggers-are-removed.dfy(20,11): Info: Selected triggers: {f(f(x))}
Rejected triggers: {f(x)} (loops with {f(f(x))})
useless-triggers-are-removed.dfy(23,11): Info: Selected triggers:
{g(f(x)), g(y)}, {f(y), f(x)}
Rejected triggers:
{g(y), f(x)} (loops with {g(f(y))}, {g(f(x))})
- {g(f(x)), g(f(y))} (stronger than {g(f(x)), f(y)}, {g(f(y)), f(x)}, {f(y), f(x)})
- {g(f(x)), f(y)} (stronger than {f(y), f(x)})
- {g(f(y)), f(x)} (stronger than {f(y), f(x)})
+ {g(f(x)), g(f(y))} (more specific than {g(f(x)), f(y)}, {g(f(y)), f(x)}, {f(y), f(x)})
+ {g(f(x)), f(y)} (more specific than {f(y), f(x)})
+ {g(f(y)), f(x)} (more specific than {f(y), f(x)})
Dafny program verifier finished with 5 verified, 0 errors