mirror of https://github.com/CGAL/cgal
remove early exit
This commit is contained in:
parent
2006461dba
commit
e39b2a1675
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue