Skip to content

Commit

Permalink
Missed return 0 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ganyukhin authored Oct 31, 2019
1 parent 8695901 commit b49d16e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ int main() {
Serializer si;

invoke(obj, si);

return 0;
}

0 comments on commit b49d16e

Please sign in to comment.