We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5075645 + 49a1a33 commit 2a7b9e6Copy full SHA for 2a7b9e6
test/ctl/ctl_api.cpp
@@ -74,6 +74,8 @@ class CtlTest : public ::testing::Test {
74
const char *msg;
75
};
76
77
+ CtlTest() : provider(NULL), pool(NULL) {}
78
+
79
void SetUp() override {
80
provider = NULL;
81
pool = NULL;
0 commit comments