Commit 1d1d6886 authored by Jesse Beder's avatar Jesse Beder
Browse files

Fixed typo in the core parser tests

parent 68dd9b5d
......@@ -29,7 +29,7 @@ namespace Test
}
if(!ret.ok) {
std::cout << "Spec test " << index << " failed: " << name << "\n";
std::cout << "Parser test failed: " << name << "\n";
std::cout << ret.error << "\n";
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment