From: Andres Noetzli Date: Mon, 30 Apr 2018 17:52:11 +0000 (-0700) Subject: Disable unsat-cores/proofs for slow regression (#1835) X-Git-Tag: cvc5-1.0.0~5110 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c938344a9a524dd51f4c80c360dd28cd06f228ac;p=cvc5.git Disable unsat-cores/proofs for slow regression (#1835) --- diff --git a/test/regress/regress1/nl/nl_uf_lalt.smt2 b/test/regress/regress1/nl/nl_uf_lalt.smt2 index 5e8987d5b..8d73ff9eb 100644 --- a/test/regress/regress1/nl/nl_uf_lalt.smt2 +++ b/test/regress/regress1/nl/nl_uf_lalt.smt2 @@ -1,3 +1,4 @@ +; COMMAND-LINE: --no-check-proofs --no-check-unsat-cores (set-logic QF_UFNIA) (set-info :status unsat) (declare-fun c (Int) Int)