]> granicus.if.org Git - check/blobdiff - tests/check_set_max_msg_size.c
Change C++ style comments to C style
[check] / tests / check_set_max_msg_size.c
index 6ebfc8e4cc5cd005b3479cf7fce1eaa8c19e5e05..92a3bab5be3fefbaaea9c4f7d2ed56558c4171ce 100644 (file)
@@ -64,8 +64,8 @@ int main (int argc, char *argv[])
      * Run the test suite. This is intended to trigger the "Message is too long" error.
      * Actual success/failure is determined by examining the output.
      */
-    check_set_max_msg_size(32);            // 1st call has no effect since
-    check_set_max_msg_size(atoi(argv[1])); // the 2nd call will override it.
+    check_set_max_msg_size(32);            /* 1st call has no effect since   */
+    check_set_max_msg_size(atoi(argv[1])); /* the 2nd call will override it. */
     sr = srunner_create(make_set_max_msg_size_suite());
     srunner_run_all(sr, CK_NORMAL);
     srunner_free(sr);