about summary refs log tree commit diff stats
path: root/functionaltests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-31 23:44:19 +0100
committerJames Booth <boothj5@gmail.com>2015-05-31 23:44:19 +0100
commit73188881a451649bdf4340ee889ec8d24e0eeeae (patch)
tree88c8eee927001d79f8218e68bf77f432b582e03c /functionaltests
parente372ff9c87abf57249934159c560757a376bfae6 (diff)
downloadprofani-tty-73188881a451649bdf4340ee889ec8d24e0eeeae.tar.gz
Test commit
Diffstat (limited to 'functionaltests')
-rw-r--r--functionaltests/functionaltests.c2
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);