diff options
author | rustanleino <unknown> | 2010-03-11 00:27:39 +0000 |
---|---|---|
committer | rustanleino <unknown> | 2010-03-11 00:27:39 +0000 |
commit | 816e4934fa3acfefae2c44ccb2be931c4d65e037 (patch) | |
tree | 4378bbc4f2b3c1cddf33dfdf0c2e9c285791edc6 /Test/dafny0/Simple.dfy | |
parent | 6b17a67248e139e140d84bf0eb3156d6f50bf64b (diff) |
Dafny: Added stratosphere tests for datatypes--that is, it is now checked that every datatype has some value.
Diffstat (limited to 'Test/dafny0/Simple.dfy')
-rw-r--r-- | Test/dafny0/Simple.dfy | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Test/dafny0/Simple.dfy b/Test/dafny0/Simple.dfy index c5599529..d8c8d91d 100644 --- a/Test/dafny0/Simple.dfy +++ b/Test/dafny0/Simple.dfy @@ -50,9 +50,6 @@ datatype WildData { More(List<int>);
}
-datatype Nothing {
-}
-
class C {
var w: WildData;
var list: List<bool>;
|