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.
1 parent 5075645 commit 49a1a33Copy full SHA for 49a1a33
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