summaryrefslogtreecommitdiff
path: root/Test/dafny1
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2011-08-11 18:08:16 +0200
committerGravatar wuestholz <unknown>2011-08-11 18:08:16 +0200
commitf8c4c182902e44befa91cb45f821a8f24d9ec960 (patch)
treea86183ed7538187ddd2cb7b7e664c1b5045fcc83 /Test/dafny1
parentf7f5305b1dafc53d56fc7201a45ae544c65ed7f1 (diff)
Dafny: Fixed a bug in the printer that led to a stack overflow.
Diffstat (limited to 'Test/dafny1')
-rw-r--r--Test/dafny1/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/dafny1/runtest.bat b/Test/dafny1/runtest.bat
index 57ac97e3..50bf20e0 100644
--- a/Test/dafny1/runtest.bat
+++ b/Test/dafny1/runtest.bat
@@ -28,7 +28,7 @@ for %%f in (Queue.dfy PriorityQueue.dfy ExtensibleArray.dfy
echo -------------------- %%f --------------------
REM The following line will just run the verifier
- IF "%COMPILEDAFNY%"=="" %DAFNY_EXE% /compile:0 %* %%f
+ IF "%COMPILEDAFNY%"=="" %DAFNY_EXE% /compile:0 /dprint:out.dfy.tmp %* %%f
REM Alternatively, the following lines also produce C# code and compile it
IF NOT "%COMPILEDAFNY%"=="" %DAFNY_EXE% %* %%f