summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/VC.cs
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-10-12 01:18:45 +0000
committerGravatar MichalMoskal <unknown>2010-10-12 01:18:45 +0000
commit45fb2f73118bf4010ad08757122d829c76e676d3 (patch)
treee67f8006ad0e4a72f6fb2340ae14e6716452fe4d /Source/VCGeneration/VC.cs
parent2b1ddfbe8bcd48da4cab27e06078de59eecc8f40 (diff)
Make the -mv option use the new Model class.
Diffstat (limited to 'Source/VCGeneration/VC.cs')
-rw-r--r--Source/VCGeneration/VC.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/VCGeneration/VC.cs b/Source/VCGeneration/VC.cs
index 304130ef..9e8b2dc8 100644
--- a/Source/VCGeneration/VC.cs
+++ b/Source/VCGeneration/VC.cs
@@ -3021,6 +3021,7 @@ namespace VC {
errModel.Print(ErrorReporter.ModelWriter);
ErrorReporter.ModelWriter.Flush();
}
+
Hashtable traceNodes = new Hashtable();
foreach (string s in labels) {
Contract.Assert(s != null);