We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96a9c0 commit 92a2397Copy full SHA for 92a2397
test/test_interpreter.cpp
@@ -878,12 +878,6 @@ TEST_SUITE("xinspect"){
878
REQUIRE(cmp(node) == false);
879
}
880
881
- // TEST_CASE("find_type_slow"){
882
- // std::string expression = "std::vector<int>";
883
- // std::string result = xcpp::find_type_slow(expression);
884
- // REQUIRE(result == "<unnamed>");
885
- // }
886
-
887
TEST_CASE("is_inspect_request"){
888
std::string code = "vector";
889
std::regex re_expression(R"(non_matching_pattern)");
0 commit comments