From ca7adf2ee2106667f6de91b3a1ee755f69087e54 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Wed, 23 Mar 2016 19:30:59 +0100 Subject: Port to 8.5: how to deal with universe constraints --- unit-tests/Tests_zchaff.v | 5 ----- 1 file changed, 5 deletions(-) (limited to 'unit-tests/Tests_zchaff.v') diff --git a/unit-tests/Tests_zchaff.v b/unit-tests/Tests_zchaff.v index 1d2cf0c..c452734 100644 --- a/unit-tests/Tests_zchaff.v +++ b/unit-tests/Tests_zchaff.v @@ -17,11 +17,6 @@ Time Zchaff_Checker "hole4.cnf" "hole4.zlog". (* Time Zchaff_Checker "velev-sss-1.0-05.cnf" "velev-sss-1.0-05.zlog". *) -(* Some strange bug (bug 4629) in Coq8.5 forces me to write this for the moment *) -Definition foo:= (@make (array int) 2 (make 0 0)). -Definition bar:= (PArray.set (@make (array int) 2 (make 0 0)) 0 (make 0 0)). - - Time Zchaff_Theorem sat1 "sat1.cnf" "sat1.zlog". Time Zchaff_Theorem sat2 "sat2.cnf" "sat2.zlog". Time Zchaff_Theorem sat3 "sat3.cnf" "sat3.zlog". -- cgit