mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix c++ comment
svn path=/trunk/; revision=6352
This commit is contained in:
parent
b784923e9c
commit
db5224fa85
@ -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///"},
|
||||
|
Loading…
Reference in New Issue
Block a user