]> Kevux Git Server - fll/commitdiff
Cleanup: Fix ordering of comment.
authorKevin Day <thekevinday@gmail.com>
Sun, 16 Jan 2022 22:41:34 +0000 (16:41 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 16 Jan 2022 22:41:34 +0000 (16:41 -0600)
level_0/f_color/tests/c/test-color-load_context.h
level_0/f_color/tests/c/test-color-save.h

index 30fb2565121b44533f2ee32ac96b438103529392..fb4d4f5b1242777cb99cef5bb089043e8f382308 100644 (file)
@@ -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.
  *
index 92efe982178ea201105f972b9795b58b2d8d13e4..ead0f633bbf50f9bb7043261a890b1c8b341f5b0 100644 (file)
@@ -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.
  *