diff options
author | leino <unknown> | 2015-07-01 13:29:11 -0700 |
---|---|---|
committer | leino <unknown> | 2015-07-01 13:29:11 -0700 |
commit | 550caf7bc7e6427f26bfb3d24f224e12c6c1c318 (patch) | |
tree | 849bd53296f0859900396c35a80f423f03616d6b /Test | |
parent | 1697a133cababe66fef1fbf7a1ed9036255d8e68 (diff) |
Fixed bug in BplImp!
Improvements in encoding of reads of function values.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/VerifyThis2015/Problem3.dfy | 2 | ||||
-rw-r--r-- | Test/dafny4/NumberRepresentations.dfy | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Test/VerifyThis2015/Problem3.dfy b/Test/VerifyThis2015/Problem3.dfy index 10ad2d3a..4205035d 100644 --- a/Test/VerifyThis2015/Problem3.dfy +++ b/Test/VerifyThis2015/Problem3.dfy @@ -1,4 +1,4 @@ -// RUN: %dafny /compile:3 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %dafny /compile:3 /print:"%t.print" /dprint:"%t.dprint" /vcsMaxKeepGoingSplits:5 "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
// Rustan Leino
diff --git a/Test/dafny4/NumberRepresentations.dfy b/Test/dafny4/NumberRepresentations.dfy index 8a94505c..1ebdf64c 100644 --- a/Test/dafny4/NumberRepresentations.dfy +++ b/Test/dafny4/NumberRepresentations.dfy @@ -1,4 +1,4 @@ -// RUN: %dafny /compile:0 /vcsMaxKeepGoingSplits:5 /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %dafny /compile:0 /dprint:"%t.dprint" "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
// We consider a number representation that consists of a sequence of digits. The least
|