Skip to content

Commit

Permalink
Add missing return 0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Jun 9, 2022
1 parent 69fb5f6 commit 55e65fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/tests/test_adb_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,6 @@ int main(int argc, char *argv[]) {
test_get_ip_no_wlan();
test_get_ip_no_wlan_without_eol();
test_get_ip_truncated();

return 0;
}

0 comments on commit 55e65fa

Please sign in to comment.