Skip to content

Commit 181128c

Browse files
kr-2003anutosh491
authored andcommitted
added test for find_type_slow
1 parent 963781c commit 181128c

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
@@ -891,12 +891,6 @@ TEST_SUITE("xinspect"){
891891
}
892892

893893
TEST_CASE("find_type_slow"){
894-
std::string expression = "int";
895-
std::string result = xcpp::find_type_slow(expression);
896-
std::cout << result << std::endl;
897-
bool res = (result == "<unnamed>" || result == "");
898-
REQUIRE(res);
899-
900894
expression = "std::vector<int>";
901895
result = xcpp::find_type_slow(expression);
902896
std::cout << result << std::endl;

0 commit comments

Comments
 (0)