Fix c++ comment

svn path=/trunk/; revision=6352
This commit is contained in:
Alexander Larsson 2008-01-22 09:19:58 +00:00
parent b784923e9c
commit db5224fa85

View File

@ -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///"},