summaryrefslogtreecommitdiff
path: root/Test/dafny4/NumberRepresentations.dfy
diff options
context:
space:
mode:
authorGravatar leino <unknown>2015-07-01 13:29:11 -0700
committerGravatar leino <unknown>2015-07-01 13:29:11 -0700
commit550caf7bc7e6427f26bfb3d24f224e12c6c1c318 (patch)
tree849bd53296f0859900396c35a80f423f03616d6b /Test/dafny4/NumberRepresentations.dfy
parent1697a133cababe66fef1fbf7a1ed9036255d8e68 (diff)
Fixed bug in BplImp!
Improvements in encoding of reads of function values.
Diffstat (limited to 'Test/dafny4/NumberRepresentations.dfy')
-rw-r--r--Test/dafny4/NumberRepresentations.dfy2
1 files changed, 1 insertions, 1 deletions
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