Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fortran : protect in case some calls return success, but with a null request.
[simgrid.git] / src / xbt / xbt_str_test.cpp
index e7d70b0f447db38a565eb1a3f53327abe876ab26..6a3bc606fd1c9eea9ad6219db7018738161fdb32 100644 (file)
@@ -43,7 +43,6 @@ template <typename F, typename T> void test_parse_ok(F function, const std::stri
 
 TEST_CASE("xbt::str: String Handling", "xbt_str")
 {
-
   SECTION("Test the function xbt_str_split_quoted")
   {
     test_split_quoted("Empty", "", {});