diff --git a/BGL/test/BGL/test_Euler_operations.cpp b/BGL/test/BGL/test_Euler_operations.cpp index 0a6abcc2fe1..67121801c2a 100644 --- a/BGL/test/BGL/test_Euler_operations.cpp +++ b/BGL/test/BGL/test_Euler_operations.cpp @@ -383,7 +383,7 @@ int main() test_Euler_operations(); #ifdef CGAL_USE_OPENMESH - test_Euler_operations(); + test_Euler_operations(); #endif std::cerr << "done\n";