]> granicus.if.org Git - check/commitdiff
Add /* HAVE_FORK */ comment
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 4 Jan 2014 18:33:45 +0000 (18:33 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 4 Jan 2014 18:33:45 +0000 (18:33 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1014 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/check_check_master.c

index 110262239c1b6fe4e83f0668ed81404b8fca2542..63d545afc515fcbdcea223f0f4c6fef447be4c7a 100644 (file)
@@ -213,7 +213,7 @@ static master_test_t master_tests[] = {
   { "Msg and fork Tests", CK_FAILURE,    "Expected fail" },
   { "Msg and fork Tests", CK_PASS,       "Passed" },
   { "Msg and fork Tests", CK_FAILURE,    "Expected fail" },
-#endif
+#endif  /* HAVE_FORK */
 
   { "Core", CK_PASS,    "Passed" },
   { "Core", CK_FAILURE, "We failed" }