From 27aa3faa775651b211b165fec6912cfad4313bef Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 6 May 2011 09:28:53 +0000 Subject: Fixes in the test-suite after modularisation of ZArith and co git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14114 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/complexity/ring2.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-suite/complexity') diff --git a/test-suite/complexity/ring2.v b/test-suite/complexity/ring2.v index ab57afdbb..6945edc88 100644 --- a/test-suite/complexity/ring2.v +++ b/test-suite/complexity/ring2.v @@ -11,7 +11,7 @@ match x with | 0%Z => x | Zpos y' => Zpos (x' + y') | Zneg y' => - match (x' ?= y')%positive Eq with + match (x' ?= y')%positive with | Eq => 0%Z | Lt => Zneg (y' - x') | Gt => Zpos (x' - y') @@ -21,7 +21,7 @@ match x with match y with | 0%Z => x | Zpos y' => - match (x' ?= y')%positive Eq with + match (x' ?= y')%positive with | Eq => 0%Z | Lt => Zpos (y' - x') | Gt => Zneg (x' - y') -- cgit v1.2.3