Skip to content

Commit f154ff3

Browse files
committed
trial 1
1 parent 65a4e5b commit f154ff3

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
@@ -70,14 +70,10 @@ TEST_SUITE("execute_request")
7070
{
7171
TEST_CASE("stl")
7272
{
73-
#if defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
7473
std::vector<const char*> Args = {
7574
"-v",
7675
"-Xclang", "-iwithsysroot/include/compat"
7776
};
78-
#else
79-
std::vector<const char*> Args = {/*"-v", "resource-dir", "....."*/};
80-
#endif
8177
xcpp::interpreter interpreter((int)Args.size(), Args.data());
8278
std::string code = "#include <vector>";
8379
nl::json user_expressions = nl::json::object();

0 commit comments

Comments
 (0)