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/VerifyThis2015 | |
parent | 1697a133cababe66fef1fbf7a1ed9036255d8e68 (diff) |
Fixed bug in BplImp!
Improvements in encoding of reads of function values.
Diffstat (limited to 'Test/VerifyThis2015')
-rw-r--r-- | Test/VerifyThis2015/Problem3.dfy | 2 |
1 files changed, 1 insertions, 1 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
|