From ecf3e9c874095e836b5ea4d9bed6b063b2a5f108 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Sat, 18 Apr 2020 19:48:04 -0500 Subject: [PATCH] Disable unsat cores on nec regression (#4330) Should fix the nightlies. --- test/regress/regress2/arith/prp-13-24.smt2 | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.30.2