mirror of https://github.com/CGAL/cgal
Restore unwanted change to ms_2 test
This commit is contained in:
parent
89a5718174
commit
82c93c87ed
|
|
@ -178,8 +178,7 @@ int main(int argc, char* argv[])
|
|||
++i;
|
||||
continue;
|
||||
}
|
||||
std::vector<int>* crash = nullptr;
|
||||
crash->push_back(0);
|
||||
|
||||
std::cout << "Testing " << argv[i] << " + " << argv[i+1] << std::endl;
|
||||
if (!read_polygon(argv[i], p)) return -1;
|
||||
if (!read_polygon(argv[i+1], q)) return -1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue