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 65a4e5b commit f154ff3Copy full SHA for f154ff3
test/test_interpreter.cpp
@@ -70,14 +70,10 @@ TEST_SUITE("execute_request")
70
{
71
TEST_CASE("stl")
72
73
-#if defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
74
std::vector<const char*> Args = {
75
"-v",
76
"-Xclang", "-iwithsysroot/include/compat"
77
};
78
-#else
79
- std::vector<const char*> Args = {/*"-v", "resource-dir", "....."*/};
80
-#endif
81
xcpp::interpreter interpreter((int)Args.size(), Args.data());
82
std::string code = "#include <vector>";
83
nl::json user_expressions = nl::json::object();
0 commit comments