summaryrefslogtreecommitdiff
path: root/BCT/Samples/Exceptions/ExceptionsExample.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BCT/Samples/Exceptions/ExceptionsExample.cs')
-rw-r--r--BCT/Samples/Exceptions/ExceptionsExample.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BCT/Samples/Exceptions/ExceptionsExample.cs b/BCT/Samples/Exceptions/ExceptionsExample.cs
index 176d0339..5efb69b7 100644
--- a/BCT/Samples/Exceptions/ExceptionsExample.cs
+++ b/BCT/Samples/Exceptions/ExceptionsExample.cs
@@ -27,7 +27,7 @@ class PoirotMain
{
x = 34;
}
- Contract.Assert(x == 34);
+ Contract.Assert(x == 35);
}
}