From 5de2cc263ce26929baf03ca32c4d6738813db002 Mon Sep 17 00:00:00 2001 From: leino Date: Tue, 21 Oct 2014 01:23:06 -0700 Subject: Added VC Splitting switch to dafny2/SnapshotableTrees.dfy to try to avoid some brittleness --- Test/dafny2/SnapshotableTrees.dfy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/dafny2') diff --git a/Test/dafny2/SnapshotableTrees.dfy b/Test/dafny2/SnapshotableTrees.dfy index f71cf5d3..96d3707f 100644 --- a/Test/dafny2/SnapshotableTrees.dfy +++ b/Test/dafny2/SnapshotableTrees.dfy @@ -1,4 +1,4 @@ -// RUN: %dafny /compile:0 /dprint:"%t.dprint" "%s" > "%t" +// RUN: %dafny /compile:0 /dprint:"%t.dprint" /vcsMaxKeepGoingSplits:10 "%s" > "%t" // RUN: %diff "%s.expect" "%t" // Rustan Leino, September 2011. -- cgit v1.2.3