Skip to content

Commit 316e6c0

Browse files
kr-2003anutosh491
authored andcommitted
added test
1 parent 703e367 commit 316e6c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/test_interpreter.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -890,11 +890,11 @@ 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-
}
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+
// }
898898

899899
TEST_CASE("is_inspect_request"){
900900
std::string code = "vector";

0 commit comments

Comments
 (0)