Skip to content

Commit

Permalink
tests: Don't return an undefined value from main()
Browse files Browse the repository at this point in the history
This caused test failures while backporting meson to an old runtime
environment.

Signed-off-by: Simon McVittie <smcv@collabora.com>
  • Loading branch information
smcv authored and jpakkane committed Jan 17, 2019
1 parent ceaebf6 commit 65f3de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test cases/unit/17 prebuilt shared/patron.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ int main(int argc, char **argv) {
printf("You are standing outside the Great Library of Alexandria.\n");
printf("You decide to go inside.\n\n");
alexandria_visit();
return 0;
}

0 comments on commit 65f3de7

Please sign in to comment.