tests: Don't return an undefined value from main()

This caused test failures while backporting meson to an old runtime
environment.

Signed-off-by: Simon McVittie <smcv@collabora.com>
pull/4799/head
Simon McVittie 6 years ago committed by Jussi Pakkanen
parent ceaebf6bac
commit 65f3de70ac
  1. 1
      test cases/unit/17 prebuilt shared/patron.c

@ -5,4 +5,5 @@ int main(int argc, char **argv) {
printf("You are standing outside the Great Library of Alexandria.\n"); printf("You are standing outside the Great Library of Alexandria.\n");
printf("You decide to go inside.\n\n"); printf("You decide to go inside.\n\n");
alexandria_visit(); alexandria_visit();
return 0;
} }

Loading…
Cancel
Save