summaryrefslogtreecommitdiff
path: root/Test/dafny2/Classics.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny2/Classics.dfy')
-rw-r--r--Test/dafny2/Classics.dfy3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/dafny2/Classics.dfy b/Test/dafny2/Classics.dfy
index 68d9bf79..ddb7ccbe 100644
--- a/Test/dafny2/Classics.dfy
+++ b/Test/dafny2/Classics.dfy
@@ -1,3 +1,6 @@
+// RUN: %dafny /compile:0 /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+
// A version of Turing's additive factorial program [Dr. A. Turing, "Checking a large routine",
// In "Report of a Conference of High Speed Automatic Calculating Machines", pp. 67-69, 1949].