diff options
author | qunyanm <unknown> | 2015-11-25 10:27:02 -0800 |
---|---|---|
committer | qunyanm <unknown> | 2015-11-25 10:27:02 -0800 |
commit | b8fad094ad74180ca16670bebe602737d856b5da (patch) | |
tree | e14e7b6caac6fc2282b585b4bdbcd30b4a0a077a /Test/dafny0 | |
parent | 7dfa02c3da9f68b10b20e6afcd81767d3c6ebf02 (diff) |
Fix issue 103. Emit the quantifiers for ForallStmt before AutoTrigger so that
the auto-triggers can be computed for ForallStmt.
Diffstat (limited to 'Test/dafny0')
-rw-r--r-- | Test/dafny0/SmallTests.dfy.expect | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/dafny0/SmallTests.dfy.expect b/Test/dafny0/SmallTests.dfy.expect index 4bd12096..6161c3dd 100644 --- a/Test/dafny0/SmallTests.dfy.expect +++ b/Test/dafny0/SmallTests.dfy.expect @@ -1,3 +1,4 @@ +SmallTests.dfy(507,4): Warning: /!\ No trigger covering all quantified variables found.
SmallTests.dfy(34,10): Error: index out of range
Execution trace:
(0,0): anon0
|