diff --git a/src/mlpack/tests/split_data_test.cpp b/src/mlpack/tests/split_data_test.cpp index 8d2b5e470e..075347bd3a 100644 --- a/src/mlpack/tests/split_data_test.cpp +++ b/src/mlpack/tests/split_data_test.cpp @@ -388,7 +388,7 @@ TEST_CASE("SplitMatrixLabeledData", "[SplitDataTest]") CheckMatrices(labels, labels_concat); } -/* +/** * Split with input of type field and label of type field. */ TEST_CASE("SplitLabeledDataResultField", "[SplitDataTest]")