diff options
author | James Booth <boothj5@gmail.com> | 2015-05-31 23:44:19 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-31 23:44:19 +0100 |
commit | 73188881a451649bdf4340ee889ec8d24e0eeeae (patch) | |
tree | 88c8eee927001d79f8218e68bf77f432b582e03c | |
parent | e372ff9c87abf57249934159c560757a376bfae6 (diff) | |
download | profani-tty-73188881a451649bdf4340ee889ec8d24e0eeeae.tar.gz |
Test commit
-rw-r--r-- | functionaltests/functionaltests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functionaltests/functionaltests.c b/functionaltests/functionaltests.c index fa162a26..cb110469 100644 --- a/functionaltests/functionaltests.c +++ b/functionaltests/functionaltests.c @@ -95,7 +95,7 @@ int main(int argc, char* argv[]) { close_prof_test), unit_test_setup_teardown(message_receive, init_prof_test, - close_prof_test), + close_prof_test) }; return run_tests(all_tests); |