From: Kevin Day Date: Sun, 16 Jan 2022 22:41:34 +0000 (-0600) Subject: Cleanup: Fix ordering of comment. X-Git-Tag: 0.5.8~107 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=329dee58f8639543347042d42491b5c9f285d71e;p=fll Cleanup: Fix ordering of comment. --- diff --git a/level_0/f_color/tests/c/test-color-load_context.h b/level_0/f_color/tests/c/test-color-load_context.h index 30fb256..fb4d4f5 100644 --- a/level_0/f_color/tests/c/test-color-load_context.h +++ b/level_0/f_color/tests/c/test-color-load_context.h @@ -10,6 +10,8 @@ #ifndef _TEST__F_color__load_context #define _TEST__F_color__load_context +// f_color_load_context() only returns failures by other functions that have their own tests. + /** * Test that parameter checking works as expected. * @@ -19,8 +21,6 @@ extern void test__f_color_load_context__parameter_checking(void **state); #endif // _di_level_0_parameter_checking_ -// f_color_load_context() only returns failures by other functions that have their own tests. - /** * Test that function works. * diff --git a/level_0/f_color/tests/c/test-color-save.h b/level_0/f_color/tests/c/test-color-save.h index 92efe98..ead0f63 100644 --- a/level_0/f_color/tests/c/test-color-save.h +++ b/level_0/f_color/tests/c/test-color-save.h @@ -10,6 +10,8 @@ #ifndef _TEST__F_color__save #define _TEST__F_color__save +// f_color_save() only returns failures by other functions that have their own tests. + /** * Test that parameter checking works as expected. * @@ -19,8 +21,6 @@ extern void test__f_color_save__parameter_checking(void **state); #endif // _di_level_0_parameter_checking_ -// f_color_save() only returns failures by other functions that have their own tests. - /** * Test that function works. *