fix:open test cases

This commit is contained in:
wangmm0220 2023-10-30 10:03:51 +08:00
parent 770c88200f
commit bb8b65da1e
1 changed files with 2 additions and 2 deletions

View File

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