aboutsummaryrefslogtreecommitdiffstats
path: root/unit-tests
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-03-23 19:30:59 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2016-03-23 19:30:59 +0100
commitca7adf2ee2106667f6de91b3a1ee755f69087e54 (patch)
tree847bec7a9ba836ca2688acead5e3f000cf29faf2 /unit-tests
parentfa38b7c9d97efe4fed2da75b7c217788d1500eeb (diff)
downloadsmtcoq-ca7adf2ee2106667f6de91b3a1ee755f69087e54.tar.gz
smtcoq-ca7adf2ee2106667f6de91b3a1ee755f69087e54.zip
Port to 8.5: how to deal with universe constraints
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/Tests_zchaff.v5
1 files changed, 0 insertions, 5 deletions
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".