From 4d5757e19265d5e065a1b3848beab1c583a40a4c Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 14 Jun 2012 13:35:11 -0700 Subject: Dafny: fixed a couple of compiler bugs --- Test/dafny2/StoreAndRetrieve.dfy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/dafny2/StoreAndRetrieve.dfy b/Test/dafny2/StoreAndRetrieve.dfy index ea26a234..15c82d65 100644 --- a/Test/dafny2/StoreAndRetrieve.dfy +++ b/Test/dafny2/StoreAndRetrieve.dfy @@ -1,4 +1,4 @@ -module A imports Library { +ghost module A imports Library { class {:autocontracts} StoreAndRetrieve { ghost var Contents: set; predicate Valid -- cgit v1.2.3