Restore unwanted change to ms_2 test

This commit is contained in:
Maxime Gimeno 2019-01-15 16:29:58 +01:00
parent 89a5718174
commit 82c93c87ed
1 changed files with 1 additions and 2 deletions

View File

@ -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;