From 2541e9de002267359897bf967755172fcc726512 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Mon, 22 Oct 2012 02:18:51 -0700 Subject: renamed "abstract module" to "module facade" renamed "ghost module" to "abstract module", adding a keyword "abstract" --- Test/dafny2/StoreAndRetrieve.dfy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/dafny2') diff --git a/Test/dafny2/StoreAndRetrieve.dfy b/Test/dafny2/StoreAndRetrieve.dfy index d8938aa7..93bf1812 100644 --- a/Test/dafny2/StoreAndRetrieve.dfy +++ b/Test/dafny2/StoreAndRetrieve.dfy @@ -1,4 +1,4 @@ -ghost module A { +abstract module A { import L = Library; class {:autocontracts} StoreAndRetrieve { ghost var Contents: set; -- cgit v1.2.3