Skip to content

Commit

Permalink
fixup! planner_multi testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Feb 24, 2024
1 parent 25c40ba commit 1f47fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resource/planner/test/planner_test02.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@ static int test_constructors_and_overload ()

static int test_multi_update ()
{
bool bo, found = true;
bool bo = false;
bool found = true;
size_t len = 5;
size_t size = 0;
int rc = -1;
Expand Down

0 comments on commit 1f47fe3

Please sign in to comment.