summaryrefslogtreecommitdiff
path: root/Test/triggers/constructors-cause-matching-loops.dfy.expect
diff options
context:
space:
mode:
Diffstat (limited to 'Test/triggers/constructors-cause-matching-loops.dfy.expect')
-rw-r--r--Test/triggers/constructors-cause-matching-loops.dfy.expect6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/triggers/constructors-cause-matching-loops.dfy.expect b/Test/triggers/constructors-cause-matching-loops.dfy.expect
new file mode 100644
index 00000000..e7a671ab
--- /dev/null
+++ b/Test/triggers/constructors-cause-matching-loops.dfy.expect
@@ -0,0 +1,6 @@
+constructors-cause-matching-loops.dfy(10,9): Info: Selected triggers: {Succ(s)}
+ Rejected triggers:
+ {f(s)} (may loop with "f(Succ(s))")
+ {f(Succ(s))} (more specific than {Succ(s)})
+
+Dafny program verifier finished with 3 verified, 0 errors