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 316e6c0 commit 6dc6e14Copy full SHA for 6dc6e14
test/test_interpreter.cpp
@@ -890,12 +890,6 @@ TEST_SUITE("xinspect"){
890
REQUIRE(cmp(node) == false);
891
}
892
893
- // TEST_CASE("find_type_slow"){
894
- // std::string expression = "std::vector<int>";
895
- // std::string result = xcpp::find_type_slow(expression);
896
- // REQUIRE(result == "<unnamed>");
897
- // }
898
-
899
TEST_CASE("is_inspect_request"){
900
std::string code = "vector";
901
std::regex re_expression(R"(non_matching_pattern)");
0 commit comments