From 329dee58f8639543347042d42491b5c9f285d71e Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 16 Jan 2022 16:41:34 -0600 Subject: [PATCH] Cleanup: Fix ordering of comment. --- level_0/f_color/tests/c/test-color-load_context.h | 4 ++-- level_0/f_color/tests/c/test-color-save.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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. * -- 1.8.3.1