Skip to content

Commit

Permalink
#105: cleaner code in tests main file
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Aug 28, 2024
1 parent c432666 commit 3be59af
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/unit/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,5 @@ void __asan_on_error() {

int main(int argc, char** argv) {
::testing::InitGoogleTest(&argc, argv);

int ret = 0;
{ ret = RUN_ALL_TESTS(); }

return ret;
return RUN_ALL_TESTS();;
}

0 comments on commit 3be59af

Please sign in to comment.