mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Fixed typo in the core parser tests
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user