mirror of https://github.com/CGAL/cgal
Removed a return statement in a test that I think should not be there as it ends the test prematurely
This commit is contained in:
parent
dc2f37a4ae
commit
64d0c6f563
|
|
@ -163,7 +163,6 @@ int test_T2()
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue