fix:sml error because of the config of smlDot2Underline

This commit is contained in:
wangmm0220 2023-08-28 14:35:01 +08:00
parent c0002e55ad
commit f5256a4091
1 changed files with 2 additions and 2 deletions

View File

@ -1678,8 +1678,8 @@ int main(int argc, char *argv[]) {
ASSERT(!ret); ASSERT(!ret);
ret = sml_td18789_Test(); ret = sml_td18789_Test();
ASSERT(!ret); ASSERT(!ret);
// ret = sml_td24070_Test(); ret = sml_td24070_Test();
// ASSERT(!ret); ASSERT(!ret);
ret = sml_td23881_Test(); ret = sml_td23881_Test();
ASSERT(ret); ASSERT(ret);
ret = sml_escape_Test(); ret = sml_escape_Test();