Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
be a bit more paranoid: if a line looks like something we should have understood...
[simgrid.git] / src / xbt / xbt_strbuff.c
index f734c48..c6cc67a 100644 (file)
@@ -321,8 +321,7 @@ static void mytest(const char *input, const char *patterns,
 }
 
 XBT_TEST_SUITE("xbt_strbuff", "String Buffers");
-XBT_TEST_UNIT("xbt_strbuff_substitute", test_strbuff_substitute,
-              "test the function xbt_strbuff_substitute")
+XBT_TEST_UNIT("xbt_strbuff_substitute", test_strbuff_substitute,"test the function xbt_strbuff_substitute")
 {
   xbt_test_add0("Empty");
   mytest("", "", "");