summaryrefslogtreecommitdiff
path: root/Test/dafny0/Simple.dfy
diff options
context:
space:
mode:
authorGravatar rustanleino <unknown>2010-03-11 00:27:39 +0000
committerGravatar rustanleino <unknown>2010-03-11 00:27:39 +0000
commit2bfb81bd10f969ad2834be5b6604606ad9c14dab (patch)
tree315328ea47d9bff63c38c7c8c85971b80a519a26 /Test/dafny0/Simple.dfy
parent4f420b504f7655642470b4e9fc1868b5f9239c32 (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.dfy3
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>;