remove early exit

This commit is contained in:
Sébastien Loriot 2022-04-13 17:56:11 +02:00
parent 2006461dba
commit e39b2a1675
1 changed files with 0 additions and 1 deletions

View File

@ -840,7 +840,6 @@ void test_shift_positive() {
int main() {
test_shift_positive();
return 0;
// Make sure we have the same seed.
CGAL::get_default_random() = CGAL::Random(0);