Skip to content

Commit 92a2397

Browse files
committed
removed commented test
1 parent e96a9c0 commit 92a2397

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
@@ -878,12 +878,6 @@ TEST_SUITE("xinspect"){
878878
REQUIRE(cmp(node) == false);
879879
}
880880

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

0 commit comments

Comments
 (0)