src/ucx/test.h

changeset 297
ba760f2195c3
parent 259
2f5dea574a75
     1.1 --- a/src/ucx/test.h	Sat May 12 13:57:12 2018 +0200
     1.2 +++ b/src/ucx/test.h	Sat May 12 14:13:53 2018 +0200
     1.3 @@ -36,8 +36,8 @@
     1.4   * **** IN HEADER FILE: ****
     1.5   *
     1.6   * <pre>
     1.7 - * UCX_TEST(function_name)
     1.8 - * UCX_TEST_SUBROUTINE(subroutine_name, paramlist) // optional
     1.9 + * UCX_TEST(function_name);
    1.10 + * UCX_TEST_SUBROUTINE(subroutine_name, paramlist); // optional
    1.11   * </pre>
    1.12   *
    1.13   * **** IN SOURCE FILE: ****

mercurial