Skip to content

Commit

Permalink
Merge pull request hpcc-systems#19204 from kenrowland/HPCC-32823
Browse files Browse the repository at this point in the history
HPCC-32823 Fixed wutool build break for non unit test build

Reviewed-By: Dan S. Camper <dan.camper@lexisnexisrisk.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
  • Loading branch information
ghalliday authored Oct 28, 2024
2 parents bf0ac87 + 51a1c15 commit 50635e7
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 50635e7

Please sign in to comment.