summaryrefslogtreecommitdiff
path: root/Test/dafny2
diff options
context:
space:
mode:
authorGravatar Jason Koenig <unknown>2012-07-30 12:54:07 -0700
committerGravatar Jason Koenig <unknown>2012-07-30 12:54:07 -0700
commit096908b4bd4be630d7adf7448dea7eeb03e83d47 (patch)
tree84e8339ce6674338a07d44cd150fd18f5f715452 /Test/dafny2
parent07cc86c1de92e885393058a24e1cbbb9301c0715 (diff)
Dafny: updated test suite to new syntax
Diffstat (limited to 'Test/dafny2')
-rw-r--r--Test/dafny2/StoreAndRetrieve.dfy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny2/StoreAndRetrieve.dfy b/Test/dafny2/StoreAndRetrieve.dfy
index dce9795b..da62f91c 100644
--- a/Test/dafny2/StoreAndRetrieve.dfy
+++ b/Test/dafny2/StoreAndRetrieve.dfy
@@ -1,5 +1,5 @@
ghost module A {
- module L = Library;
+ import L = Library;
class {:autocontracts} StoreAndRetrieve<Thing> {
ghost var Contents: set<Thing>;
predicate Valid