From 66d8663d16def735d8983f67aaffbf342e88a5f5 Mon Sep 17 00:00:00 2001 From: leino Date: Fri, 27 Nov 2015 18:03:04 -0800 Subject: Added Union-Find program to test suite (could be cleaned up, but verifies) --- Test/dafny4/UnionFind.dfy.expect | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Test/dafny4/UnionFind.dfy.expect (limited to 'Test/dafny4/UnionFind.dfy.expect') diff --git a/Test/dafny4/UnionFind.dfy.expect b/Test/dafny4/UnionFind.dfy.expect new file mode 100644 index 00000000..8c2a9667 --- /dev/null +++ b/Test/dafny4/UnionFind.dfy.expect @@ -0,0 +1,3 @@ + +Dafny program verifier finished with 89 verified, 0 errors +Compiled assembly into UnionFind.dll -- cgit v1.2.3