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 b8d9f33 commit d496d6cCopy full SHA for d496d6c
test/test_interpreter.cpp
@@ -852,14 +852,10 @@ TEST_SUITE("complete_request")
852
{
853
TEST_CASE("completion_test")
854
855
-#if defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
856
std::vector<const char*> Args = {
857
"-v",
858
"-Xclang", "-iwithsysroot/include/compat"
859
};
860
-#else
861
- std::vector<const char*> Args = {/*"-v", "resource-dir", "....."*/};
862
-#endif
863
xcpp::interpreter interpreter((int)Args.size(), Args.data());
864
std::string code1 = "#include <iostream>";
865
nl::json user_expressions = nl::json::object();
0 commit comments