summaryrefslogtreecommitdiff
path: root/Source/Core/Absy.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-09-22 17:35:15 +0200
committerGravatar wuestholz <unknown>2014-09-22 17:35:15 +0200
commit2aee97da085688aab58c154e367558b1f139d476 (patch)
tree1d0f95865555fae5af0f9479367b986a02d94f74 /Source/Core/Absy.cs
parente4164dd5c959a5252a0954f980bb900581286707 (diff)
Fixed an issue in the verification result caching (recycled errors).
Diffstat (limited to 'Source/Core/Absy.cs')
-rw-r--r--Source/Core/Absy.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/Absy.cs b/Source/Core/Absy.cs
index 73e57dc8..b48ddd3b 100644
--- a/Source/Core/Absy.cs
+++ b/Source/Core/Absy.cs
@@ -2877,6 +2877,10 @@ namespace Microsoft.Boogie {
{
return assertionChecksums;
}
+ set
+ {
+ assertionChecksums = value;
+ }
}
public sealed class ChecksumComparer : IEqualityComparer<byte[]>