diff options
Diffstat (limited to 'Test/dafny4/Bug108.dfy.expect')
-rw-r--r-- | Test/dafny4/Bug108.dfy.expect | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/dafny4/Bug108.dfy.expect b/Test/dafny4/Bug108.dfy.expect new file mode 100644 index 00000000..94e65ba2 --- /dev/null +++ b/Test/dafny4/Bug108.dfy.expect @@ -0,0 +1,7 @@ +
+Dafny program verifier finished with 2 verified, 0 errors
+Program compiled successfully
+Running...
+
+map[0 := 1] +map[0 := 1] |