summaryrefslogtreecommitdiff
path: root/Test/dafny0/Newtypes.dfy.expect
diff options
context:
space:
mode:
authorGravatar leino <unknown>2014-08-26 11:29:55 -0700
committerGravatar leino <unknown>2014-08-26 11:29:55 -0700
commitb160a16857b62e8ea47774939afde8f51454941f (patch)
tree7a30fa705759d1e2f7faad5b18c652b5d06fd7e8 /Test/dafny0/Newtypes.dfy.expect
parentcf01d66976ffd99f423b93949d0f80bba03fe5d7 (diff)
Renamed some test files.
Diffstat (limited to 'Test/dafny0/Newtypes.dfy.expect')
-rw-r--r--Test/dafny0/Newtypes.dfy.expect23
1 files changed, 23 insertions, 0 deletions
diff --git a/Test/dafny0/Newtypes.dfy.expect b/Test/dafny0/Newtypes.dfy.expect
new file mode 100644
index 00000000..0161a713
--- /dev/null
+++ b/Test/dafny0/Newtypes.dfy.expect
@@ -0,0 +1,23 @@
+DerivedTypes.dfy(74,11): Error: cannot find witness that shows type is inhabited (sorry, for now, only tried 0)
+Execution trace:
+ (0,0): anon0
+DerivedTypes.dfy(76,45): Error: possible division by zero
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Then
+DerivedTypes.dfy(87,14): Error: result of operation might violate newtype constraint
+Execution trace:
+ (0,0): anon0
+DerivedTypes.dfy(95,12): Error: result of operation might violate newtype constraint
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Then
+DerivedTypes.dfy(97,14): Error: result of operation might violate newtype constraint
+Execution trace:
+ (0,0): anon0
+ (0,0): anon3_Else
+DerivedTypes.dfy(104,16): Error: result of operation might violate newtype constraint
+Execution trace:
+ (0,0): anon0
+
+Dafny program verifier finished with 30 verified, 6 errors