Skip to content

Commit 6dc6e14

Browse files
kr-2003anutosh491
authored andcommitted
removed commented test
1 parent 316e6c0 commit 6dc6e14

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_interpreter.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -890,12 +890,6 @@ TEST_SUITE("xinspect"){
890890
REQUIRE(cmp(node) == false);
891891
}
892892

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-
899893
TEST_CASE("is_inspect_request"){
900894
std::string code = "vector";
901895
std::regex re_expression(R"(non_matching_pattern)");

0 commit comments

Comments
 (0)