diff -r bf3695fee719 -r 481802342fdf ucx/ucx/test.h --- a/ucx/ucx/test.h Mon Feb 04 14:11:57 2019 +0100 +++ b/ucx/ucx/test.h Mon Feb 04 17:17:48 2019 +0100 @@ -36,8 +36,8 @@ * **** IN HEADER FILE: **** * *
- * UCX_TEST(function_name)
- * UCX_TEST_SUBROUTINE(subroutine_name, paramlist) // optional
+ * UCX_TEST(function_name);
+ * UCX_TEST_SUBROUTINE(subroutine_name, paramlist); // optional
  * 
* * **** IN SOURCE FILE: ****