summaryrefslogtreecommitdiff
path: root/Test/cloudmake/CloudMake-ConsistentBuilds.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/cloudmake/CloudMake-ConsistentBuilds.dfy')
-rw-r--r--Test/cloudmake/CloudMake-ConsistentBuilds.dfy5
1 files changed, 4 insertions, 1 deletions
diff --git a/Test/cloudmake/CloudMake-ConsistentBuilds.dfy b/Test/cloudmake/CloudMake-ConsistentBuilds.dfy
index dcfa1a2b..9463d8bc 100644
--- a/Test/cloudmake/CloudMake-ConsistentBuilds.dfy
+++ b/Test/cloudmake/CloudMake-ConsistentBuilds.dfy
@@ -1,3 +1,6 @@
+// RUN: %dafny /compile:0 /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+
/******* State *******/
type State
@@ -657,4 +660,4 @@ ghost method EvalArgsC'Lemma(expr: Expression, args: seq<Expression>, stC: State
var arg', stC' := result.fst, result.snd;
EvalArgsC'Lemma(expr, args[1..], stC, env, args' + [arg'], stsC' + {stC'});
}
-} \ No newline at end of file
+}