From 6e935875b5cfbdee8a7f6573f9f01c48db746d56 Mon Sep 17 00:00:00 2001 From: Clément Pit--Claudel Date: Wed, 19 Aug 2015 22:22:54 -0700 Subject: Add a wishlist folder to the test suite, with things that we do not support (yet!) The curent examples include semi-bugs regarding calc statements and strings, and stuff about sequences --- Test/wishlist/sequences-s0-in-s.dfy.expect | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Test/wishlist/sequences-s0-in-s.dfy.expect (limited to 'Test/wishlist/sequences-s0-in-s.dfy.expect') diff --git a/Test/wishlist/sequences-s0-in-s.dfy.expect b/Test/wishlist/sequences-s0-in-s.dfy.expect new file mode 100644 index 00000000..4633e5f6 --- /dev/null +++ b/Test/wishlist/sequences-s0-in-s.dfy.expect @@ -0,0 +1,6 @@ +sequences-s0-in-s.dfy(13,18): Error: assertion violation +Execution trace: + (0,0): anon0 + (0,0): anon5_Then + +Dafny program verifier finished with 3 verified, 1 error -- cgit v1.2.3