From 4f94986c1eb2a8d5c1ba98528fdcbba1b909d9c8 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 5 Apr 2013 16:35:42 -0400 Subject: [PATCH] Fix unit test (compile error) for new SatSolver interface --- test/unit/prop/cnf_stream_white.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h index e71dcb41d..ccba0164a 100644 --- a/test/unit/prop/cnf_stream_white.h +++ b/test/unit/prop/cnf_stream_white.h @@ -55,7 +55,7 @@ public: d_addClauseCalled(false) { } - SatVariable newVar(bool theoryAtom) { + SatVariable newVar(bool theoryAtom, bool preRegister, bool canErase) { return d_nextVar++; } -- 2.30.2