Skip to content

Commit 1171dbb

Browse files
committed
testing for emscripten
1 parent 80f6216 commit 1171dbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_interpreter.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,7 @@ TEST_SUITE("file")
11191119
}
11201120
}
11211121

1122+
#if !defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
11221123
TEST_SUITE("undo_and_redefinition")
11231124
{
11241125
TEST_CASE("RedefinitionAndUndoErrors")
@@ -1185,4 +1186,5 @@ TEST_SUITE("undo_and_redefinition")
11851186
nl::json execute4 = future4.get();
11861187
REQUIRE(execute4["status"] == "error");
11871188
}
1188-
}
1189+
}
1190+
#endif

0 commit comments

Comments
 (0)