From: Alexander Larsson Date: Tue, 22 Jan 2008 09:19:58 +0000 (+0000) Subject: Fix c++ comment X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=db5224fa85e73c5306caacf7a97a4d688bc02202;p=dana%2Fcg-glib.git Fix c++ comment svn path=/trunk/; revision=6352 --- diff --git a/gio/tests/g-file.c b/gio/tests/g-file.c index 37536924..69ab077f 100644 --- a/gio/tests/g-file.c +++ b/gio/tests/g-file.c @@ -120,7 +120,7 @@ test_g_file_new_for_path (void) {"/", TRUE, 0, "/somedir/../"}, {"/", FALSE, 0, "/somedir/.../"}, {"//tmp/dir1", TRUE, 0, "//tmp/dir1"}, - // {"/tmp/dir1", TRUE, 0, "///tmp/dir1"}, + /* Should not fail: {"/tmp/dir1", TRUE, 0, "///tmp/dir1"}, */ {"/tmp/dir1", TRUE, 0, "/tmp/./dir1"}, {"/tmp/dir1", TRUE, 0, "/tmp//dir1"}, {"/tmp/dir1", TRUE, 0, "/tmp///dir1///"},