Cleaning up gcc build

This commit is contained in:
Michael Tryby
2019-04-19 21:51:55 -04:00
parent 405822cdf6
commit e2e12fab22
4 changed files with 11 additions and 12 deletions

View File

@@ -253,7 +253,7 @@ BOOST_FIXTURE_TEST_CASE(test_pattern_edits, FixtureSingleNode)
BOOST_REQUIRE(error == 0);
error = EN_addpattern(ph, (char *)"Pat2");
BOOST_REQUIRE(error == 0);
error = EN_getpatternindex(ph, "Pat2", &pat2_idx);
error = EN_getpatternindex(ph, (char *)"Pat2", &pat2_idx);
BOOST_REQUIRE(error == 0);
error = EN_addpattern(ph, (char *)"Pat3");