Skip to content

Commit 703e367

Browse files
kr-2003anutosh491
authored andcommitted
added test
1 parent 181128c commit 703e367

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/test_interpreter.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -891,9 +891,8 @@ TEST_SUITE("xinspect"){
891891
}
892892

893893
TEST_CASE("find_type_slow"){
894-
expression = "std::vector<int>";
895-
result = xcpp::find_type_slow(expression);
896-
std::cout << result << std::endl;
894+
std::string expression = "std::vector<int>";
895+
std::string result = xcpp::find_type_slow(expression);
897896
REQUIRE(result == "<unnamed>");
898897
}
899898

0 commit comments

Comments
 (0)