remove outdated todo comment

This commit is contained in:
Arvid Norberg 2015-03-28 21:42:37 +00:00
parent 837e709628
commit 663aa7b546
1 changed files with 0 additions and 1 deletions

View File

@ -659,7 +659,6 @@ void test_resolve_duplicates(int test_case)
convert_path_to_posix(p);
fprintf(stderr, "%s == %s\n", p.c_str(), filenames[test_case][i]);
// TODO: 3 fix duplicate name detection to make this test pass
TEST_EQUAL(p, filenames[test_case][i]);
}
}