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 80f6216 commit 1171dbbCopy full SHA for 1171dbb
test/test_interpreter.cpp
@@ -1119,6 +1119,7 @@ TEST_SUITE("file")
1119
}
1120
1121
1122
+#if !defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
1123
TEST_SUITE("undo_and_redefinition")
1124
{
1125
TEST_CASE("RedefinitionAndUndoErrors")
@@ -1185,4 +1186,5 @@ TEST_SUITE("undo_and_redefinition")
1185
1186
nl::json execute4 = future4.get();
1187
REQUIRE(execute4["status"] == "error");
1188
-}
1189
+}
1190
+#endif
0 commit comments