From 870075f34dd9fa5792bfbf413afd3b96f17e76a0 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 8 Aug 2008 13:18:42 +0200 Subject: Imported Upstream version 8.2~beta4+dfsg --- test-suite/complexity/ring2.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test-suite/complexity/ring2.v') diff --git a/test-suite/complexity/ring2.v b/test-suite/complexity/ring2.v index 9f9685dd..e1a799f0 100644 --- a/test-suite/complexity/ring2.v +++ b/test-suite/complexity/ring2.v @@ -1,7 +1,7 @@ (* This example, checks the efficiency of the abstract machine used by ring *) (* Expected time < 1.00s *) -Require Import BinInt. +Require Import BinInt Zbool. Definition Zplus x y := match x with @@ -42,7 +42,7 @@ Ltac Zcst t := end. Add Ring Zr : Zth - (decidable Zeqb_ok, constants [Zcst]). + (decidable Zeq_bool_eq, constants [Zcst]). Open Scope Z_scope. Infix "+" := Zplus : Z_scope. -- cgit v1.2.3