mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-31 11:50:05 +00:00
fix some broken 'error' tests
This commit is contained in:
@@ -525,7 +525,7 @@ int main(void)
|
||||
|
||||
{
|
||||
MD_ParseResult parse = MD_ParseWholeFile(MD_S8Lit("__does_not_exist.md"));
|
||||
TestResult(parse.node->kind == MD_NodeKind_File && parse.errors.first);
|
||||
TestResult(parse.node->kind == MD_NodeKind_File && parse.errors.first != 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user