diff --git a/tests/test-sims.cpp b/tests/test-sims.cpp index 1a76969c6..9a7113d57 100644 --- a/tests/test-sims.cpp +++ b/tests/test-sims.cpp @@ -190,7 +190,9 @@ namespace libsemigroups { == std::tuple(joiner.is_subrelation(graphs[i], graphs[j]), graphs[i], graphs[j])); - // FIXME the below doesn't seem to work, but JDM expected it to + // TODO(1): FIXME the below doesn't seem to work, but JDM expected it + // to. + // // joiner(tmp, graphs[i], graphs[j]); // REQUIRE(meeter.is_subrelation(graphs[j], tmp)); // REQUIRE(meeter.is_subrelation(graphs[i], tmp));