mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 15:18:46 +00:00
bugfix; build dummy root node for error marker nodes, to ensure that they have an accurate way to tell their location
This commit is contained in:
@@ -31,6 +31,13 @@ TestResult(MD_b32 result)
|
||||
test_ctx.number_of_tests += 1;
|
||||
test_ctx.number_passed += !!result;
|
||||
printf(result ? "." : "X");
|
||||
|
||||
#if 0
|
||||
if(result == 0)
|
||||
{
|
||||
__debugbreak();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user