We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5337d4c commit 8e6a626Copy full SHA for 8e6a626
test/test_interpreter.cpp
@@ -879,12 +879,6 @@ TEST_SUITE("xinspect"){
879
}
880
881
TEST_CASE("find_type_slow"){
882
- std::string expression = "int";
883
- std::string result = xcpp::find_type_slow(expression);
884
- std::cout << result << std::endl;
885
- bool res = (result == "<unnamed>" || result == "");
886
- REQUIRE(res);
887
-
888
expression = "std::vector<int>";
889
result = xcpp::find_type_slow(expression);
890
std::cout << result << std::endl;
0 commit comments