summaryrefslogtreecommitdiff
path: root/Test/hofs/Compilation.dfy
diff options
context:
space:
mode:
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;