summaryrefslogtreecommitdiff
path: root/Test/hofs/Compilation.dfy
diff options
context:
space:
mode:
authorGravatar Dan Rosén <danr@chalmers.se>2014-08-13 09:05:25 -0700
committerGravatar Dan Rosén <danr@chalmers.se>2014-08-13 09:05:25 -0700
commit32effe3867360e4f10214be12f2b3f35db929f8b (patch)
treebb08d06aa9ba0b7d429d11a7eabec5c112a67769 /Test/hofs/Compilation.dfy
parent2a6bd63460d27db7fc11f7b99e231f4f587b6a70 (diff)
Add lambda compilation example, and remove some unused files from the tests
Diffstat (limited to 'Test/hofs/Compilation.dfy')
-rw-r--r--Test/hofs/Compilation.dfy2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/hofs/Compilation.dfy b/Test/hofs/Compilation.dfy
index c3132db2..2033dabf 100644
--- a/Test/hofs/Compilation.dfy
+++ b/Test/hofs/Compilation.dfy
@@ -1,3 +1,5 @@
+// RUN: %dafny /compile:3 "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
class Ref<A> {
var val : A;