Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Mar 21, 2024
1 parent a3898f7 commit f739d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_interpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ TEST_SUITE("execute_request")
{
TEST_CASE("stl")
{
xcpp::interpreter interpreter(0, nullptr);

std::string code = "?std::vector";
std::string inspect_result = "https://en.cppreference.com/w/cpp/container/vector";
Expand Down

0 comments on commit f739d95

Please # to comment.