Skip to content

Commit d496d6c

Browse files
committed
trial 2
1 parent b8d9f33 commit d496d6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test_interpreter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -852,14 +852,10 @@ TEST_SUITE("complete_request")
852852
{
853853
TEST_CASE("completion_test")
854854
{
855-
#if defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
856855
std::vector<const char*> Args = {
857856
"-v",
858857
"-Xclang", "-iwithsysroot/include/compat"
859858
};
860-
#else
861-
std::vector<const char*> Args = {/*"-v", "resource-dir", "....."*/};
862-
#endif
863859
xcpp::interpreter interpreter((int)Args.size(), Args.data());
864860
std::string code1 = "#include <iostream>";
865861
nl::json user_expressions = nl::json::object();

0 commit comments

Comments
 (0)