Fix compilation error

This commit is contained in:
Daniel Marjamäki 2021-02-24 22:20:11 +01:00
parent 849ea6b3c8
commit 15bc7ad5cb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ private:
void run() OVERRIDE { void run() OVERRIDE {
#ifdef USE_Z3 #ifdef USE_Z3
settings.inconclusive = true; settings.certainty.setEnabled(Certainty::inconclusive, true);
LOAD_LIB_2(settings.library, "std.cfg"); LOAD_LIB_2(settings.library, "std.cfg");
TEST_CASE(checkAssignment); TEST_CASE(checkAssignment);
TEST_CASE(arrayIndexOutOfBounds1); TEST_CASE(arrayIndexOutOfBounds1);