From fad74b96e5d9367960358b1c4cc9c2cce79e961a Mon Sep 17 00:00:00 2001 From: Michael Lowell Roberts Date: Wed, 8 Jul 2015 11:01:11 -0700 Subject: added unit tests for exclusive refinement. --- Test/irondafny0/xrefine2.dfy.expect | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Test/irondafny0/xrefine2.dfy.expect (limited to 'Test/irondafny0/xrefine2.dfy.expect') diff --git a/Test/irondafny0/xrefine2.dfy.expect b/Test/irondafny0/xrefine2.dfy.expect new file mode 100644 index 00000000..6d3fecd4 --- /dev/null +++ b/Test/irondafny0/xrefine2.dfy.expect @@ -0,0 +1,9 @@ + +Dafny program verifier finished with 13 verified, 0 errors +Program compiled successfully +Running... + +HI.foo(h1) => True +HI.foo(h2) => True +PI.orange(1) => 2 +PI.apple(2) => 3 -- cgit v1.2.3