adapt to spelling fix in svg tests
This commit is contained in:
parent
fa057a8d06
commit
f3c71785e4
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ TEST_CASE("SVG parser") {
|
||||||
std::string svg_name("FAIL");
|
std::string svg_name("FAIL");
|
||||||
char const* expected_errors[] =
|
char const* expected_errors[] =
|
||||||
{
|
{
|
||||||
"SVG error: unbale to open \"FAIL\""
|
"SVG error: unable to open \"FAIL\""
|
||||||
};
|
};
|
||||||
|
|
||||||
test_parser p;
|
test_parser p;
|
||||||
|
|
Loading…
Reference in a new issue