From 607ef28aadb281ab61a2be493a637126e967a388 Mon Sep 17 00:00:00 2001 From: wuestholz Date: Thu, 29 May 2014 21:41:00 +0200 Subject: Set up the same test infrastructure as in Boogie. --- Test/dafny0/Modules1.dfy | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Test/dafny0/Modules1.dfy') diff --git a/Test/dafny0/Modules1.dfy b/Test/dafny0/Modules1.dfy index 3f24212b..c4e12780 100644 --- a/Test/dafny0/Modules1.dfy +++ b/Test/dafny0/Modules1.dfy @@ -1,3 +1,6 @@ +// RUN: %dafny /compile:0 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t" +// RUN: %diff "%s.expect" "%t" + module A { import B = Babble; class X { -- cgit v1.2.3