Skip to content
Snippets Groups Projects
Commit cb081d6f authored by Eric Cano's avatar Eric Cano
Browse files

Removed the test memory leak: build indeed fails with it. This build should succeed.

parent 2d10c8e1
Branches
Tags
No related merge requests found
......@@ -57,8 +57,3 @@ TEST(Regex, OperationalTest) {
ASSERT_EQ(ret2[1], "st124");
ASSERT_EQ(ret3.size(), 0);
}
TEST(Regex,MemoryLeak) {
char * oops = new char[10];
oops[0] = '\0';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment