From 39d097578051fdee43bca8d17cb568b99a7be50e Mon Sep 17 00:00:00 2001 From: Ally Donaldson Date: Mon, 22 Jul 2013 22:17:36 +0100 Subject: CmdSeq: farewell --- Source/VCExpr/Boogie2VCExpr.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/VCExpr') diff --git a/Source/VCExpr/Boogie2VCExpr.cs b/Source/VCExpr/Boogie2VCExpr.cs index b3574b94..11efecdc 100644 --- a/Source/VCExpr/Boogie2VCExpr.cs +++ b/Source/VCExpr/Boogie2VCExpr.cs @@ -650,9 +650,9 @@ namespace Microsoft.Boogie.VCExprAST { Contract.Assert(false); throw new cce.UnreachableException(); } - public override CmdSeq VisitCmdSeq(CmdSeq cmdSeq) { + public override List VisitCmdSeq(List cmdSeq) { //Contract.Requires(cmdSeq != null); - Contract.Ensures(Contract.Result() != null); + Contract.Ensures(Contract.Result>() != null); Contract.Assert(false); throw new cce.UnreachableException(); } -- cgit v1.2.3