Remove comment as well
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2009 14:21:54 +0000 (09:21 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2009 14:21:54 +0000 (09:21 -0500)
glib/tests/option-context.c

index 8b6292a..913ad5c 100644 (file)
@@ -1770,10 +1770,6 @@ main (int   argc,
   g_test_add_func ("/context/add", add_test1);
 
   /* Test parsing empty args */
-  /* This test relies on the ability to call g_set_prgname() more
-   * than once (without incurring a g_warning), which is no longer
-   * the case.
-   */
   g_test_add_func ("/context/empty1", empty_test1);
   g_test_add_func ("/context/empty2", empty_test2);
   g_test_add_func ("/context/empty3", empty_test3);