Fixed typo in the core parser tests
This commit is contained in:
parent
68dd9b5d18
commit
1d1d6886cc
@ -29,7 +29,7 @@ namespace Test
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!ret.ok) {
|
if(!ret.ok) {
|
||||||
std::cout << "Spec test " << index << " failed: " << name << "\n";
|
std::cout << "Parser test failed: " << name << "\n";
|
||||||
std::cout << ret.error << "\n";
|
std::cout << ret.error << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user