Skip to content
Snippets Groups Projects
Commit ea1970d6 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fixed the testGreetings() unit test.

parent 347a4c75
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@
int main(int argc, char *argv[]) {
greetings();
greetings(/*fof=*/0);
greetings(/*fof=*/1);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment