Rename test to proper issue ID rather than year

https://github.com/CGAL/cgal/issues/3382
This commit is contained in:
Mael Rouxel-Labbé
2020-09-02 18:26:00 +02:00
parent 0d2db9068c
commit bfafa8143f
2 changed files with 1 additions and 1 deletions
@@ -66,7 +66,7 @@ void print_polygon_in_double(const Polygon_2& poly) {
void read_polygon_from_file(Polygon_2& pgn) {
std::ifstream in("issue2013.txt");
std::ifstream in("data/issue3382.txt");
CGAL::Gmpq gx, gy;
while(in >> gx >> gy) {