From: Andrew Reynolds Date: Sun, 19 Apr 2020 00:48:04 +0000 (-0500) Subject: Disable unsat cores on nec regression (#4330) X-Git-Tag: cvc5-1.0.0~3353 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecf3e9c874095e836b5ea4d9bed6b063b2a5f108;p=cvc5.git Disable unsat cores on nec regression (#4330) Should fix the nightlies. --- diff --git a/test/regress/regress2/arith/prp-13-24.smt2 b/test/regress/regress2/arith/prp-13-24.smt2 index 321807822..ffb7fcb0f 100644 --- a/test/regress/regress2/arith/prp-13-24.smt2 +++ b/test/regress/regress2/arith/prp-13-24.smt2 @@ -1,3 +1,5 @@ +; COMMAND-LINE: --no-check-unsat-cores +; EXPECT: unsat (set-logic QF_LIA) (set-option :ite-simp true) (set-option :simp-ite-compress true)