amtest: return 0 to indicate a good trap

This commit is contained in:
Yinan Xu 2022-05-09 19:10:57 +08:00
parent e38d2cd578
commit 429db2c236
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ int main(const char *args) {
} }
} }
} }
return 1; return 0;
} }