Fix compilation error
This commit is contained in:
parent
849ea6b3c8
commit
15bc7ad5cb
|
@ -33,7 +33,7 @@ private:
|
|||
|
||||
void run() OVERRIDE {
|
||||
#ifdef USE_Z3
|
||||
settings.inconclusive = true;
|
||||
settings.certainty.setEnabled(Certainty::inconclusive, true);
|
||||
LOAD_LIB_2(settings.library, "std.cfg");
|
||||
TEST_CASE(checkAssignment);
|
||||
TEST_CASE(arrayIndexOutOfBounds1);
|
||||
|
|
Loading…
Reference in New Issue