remove outdated todo comment
This commit is contained in:
parent
837e709628
commit
663aa7b546
|
@ -659,7 +659,6 @@ void test_resolve_duplicates(int test_case)
|
||||||
convert_path_to_posix(p);
|
convert_path_to_posix(p);
|
||||||
fprintf(stderr, "%s == %s\n", p.c_str(), filenames[test_case][i]);
|
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]);
|
TEST_EQUAL(p, filenames[test_case][i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue