Skip to content

Commit 848faad

Browse files
committed
fix test
1 parent 25b61b9 commit 848faad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/test_interpreter.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ TEST_SUITE("execute_request")
102102
#if defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
103103
TEST_CASE("headers found in sysroot/include/compat")
104104
{
105-
std::vector<const char*> Args = {};
105+
std::vector<const char*> Args = {
106+
"-v",
107+
"-Xclang", "-iwithsysroot/include/compat"
108+
};
109+
106110
xcpp::interpreter interpreter((int)Args.size(), Args.data());
107111
std::string code = "#include <xlocale.h>";
108112
nl::json user_expressions = nl::json::object();

0 commit comments

Comments
 (0)