[lib] fixed a bug in test blif reader

This commit is contained in:
tangxifan 2022-07-27 16:17:18 -07:00
parent dfc33979ca
commit 1f3688a434
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ int main(int argc, const char** argv) {
argv[1]);
if (callback.had_error()) {
VTR_LOG("Read the blif ends with errors\n",
argv[1]);
return 1;
} else {
return 0;
}
/* Output */