summaryrefslogtreecommitdiff
path: root/Test/vstte2012/Two-Way-Sort.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/vstte2012/Two-Way-Sort.dfy')
-rw-r--r--Test/vstte2012/Two-Way-Sort.dfy3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/vstte2012/Two-Way-Sort.dfy b/Test/vstte2012/Two-Way-Sort.dfy
index 49ff29b4..92be95d2 100644
--- a/Test/vstte2012/Two-Way-Sort.dfy
+++ b/Test/vstte2012/Two-Way-Sort.dfy
@@ -1,3 +1,6 @@
+// RUN: %dafny /compile:0 /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+
// This method is a slight generalization of the
// code provided in the problem statement since it
// is generic in the type of the array elements.