From 8ea17ffc095f974247aec8195529d3da191f5f31 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Thu, 13 Dec 2018 10:29:44 +0100 Subject: [PATCH] Testing Crash gitlab CI --- src/Vector/tests/vector_dist_dlb_test.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Vector/tests/vector_dist_dlb_test.hpp b/src/Vector/tests/vector_dist_dlb_test.hpp index b1b7a1f25..4375e1204 100644 --- a/src/Vector/tests/vector_dist_dlb_test.hpp +++ b/src/Vector/tests/vector_dist_dlb_test.hpp @@ -305,7 +305,6 @@ template<typename vector_type> void test_dlb_vector() if (create_vcluster().rank() == 0) { std::cout << "Activating Crash " << std::endl; - return 0; } auto VV2 = vd.getVerlet(0.01); -- GitLab