Skip to content

Commit

Permalink
HPCC-32823 Fixed wutool build break for non unit test build
Browse files Browse the repository at this point in the history
Moved offending line into ifdef block for unit test builds

Signed-Off-By: Kenneth Rowland kenneth.rowland@lexisnexisrisk.com
  • Loading branch information
kenrowland committed Oct 17, 2024
1 parent 75c24d3 commit 51a1c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wutool/wutool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
#include "eclrtl.hpp"
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/ui/text/TestRunner.h>
static unsigned testSize = 1000;
#endif

static unsigned testSize = 1000;

void usage(const char * action = nullptr)
{
Expand Down

0 comments on commit 51a1c15

Please sign in to comment.