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 25b61b9 commit 848faadCopy full SHA for 848faad
test/test_interpreter.cpp
@@ -102,7 +102,11 @@ TEST_SUITE("execute_request")
102
#if defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
103
TEST_CASE("headers found in sysroot/include/compat")
104
{
105
- std::vector<const char*> Args = {};
+ std::vector<const char*> Args = {
106
+ "-v",
107
+ "-Xclang", "-iwithsysroot/include/compat"
108
+ };
109
+
110
xcpp::interpreter interpreter((int)Args.size(), Args.data());
111
std::string code = "#include <xlocale.h>";
112
nl::json user_expressions = nl::json::object();
0 commit comments