Adjust assertion

This commit is contained in:
Aoran Zeng
2024-12-14 09:31:34 +08:00
parent ddfa5639d0
commit 2746fe03c0
4 changed files with 9 additions and 9 deletions

View File

@@ -103,8 +103,8 @@ main (int argc, char const *argv[])
xy_succ ("测试完成", "测试全部通过");
// xy_unimplement;
// xy_unsupport;
// xy_unreach;
// xy_unimplemented();
// xy_unsupported();
// xy_unreached();
return 0;
}