summaryrefslogtreecommitdiff
path: root/Test/triggers/suppressing-warnings-behaves-properly.dfy.expect
blob: 124984b1a96a2a6db336d54e98833bb66165312d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
suppressing-warnings-behaves-properly.dfy(10,9): Warning: /!\ No terms found to trigger on.
suppressing-warnings-behaves-properly.dfy(11,9): Info: (Suppressed warning) No terms found to trigger on.
suppressing-warnings-behaves-properly.dfy(12,9): Info: Not generating triggers for "n >= 0 || n < 0". Note that {:autotriggers false} can cause instabilities. Consider using {:nowarn}, {:matchingloop} (not great either), or a manual trigger instead.
suppressing-warnings-behaves-properly.dfy(14,9): Info: Selected triggers: {f(n)}
suppressing-warnings-behaves-properly.dfy(15,9): Warning: Selected triggers: {f(n)}
 /!\ There is no warning here to suppress.
suppressing-warnings-behaves-properly.dfy(16,9): Info: Not generating triggers for "(n != 0) == f(n) || true". Note that {:autotriggers false} can cause instabilities. Consider using {:nowarn}, {:matchingloop} (not great either), or a manual trigger instead.
suppressing-warnings-behaves-properly.dfy(18,9): Info: Selected triggers: {g(n)}
 Rejected triggers: {f(n)} (may loop with "f(n + 1)")
suppressing-warnings-behaves-properly.dfy(19,9): Warning: Selected triggers: {f(n)}
 /!\ There is no warning here to suppress.
suppressing-warnings-behaves-properly.dfy(20,9): Info: Not generating triggers for "(n != 0) == f(n) || true". Note that {:autotriggers false} can cause instabilities. Consider using {:nowarn}, {:matchingloop} (not great either), or a manual trigger instead.

Dafny program verifier finished with 4 verified, 0 errors