Skip to content

Commit 4a3ab6f

Browse files
committed
Remove test for xmagics
1 parent 86450a2 commit 4a3ab6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_interpreter.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ TEST_SUITE("xmagics_apply"){
682682
manager.apply("%dummy", kernel_res);
683683
REQUIRE(kernel_res["status"] == "error");
684684
}
685+
<<<<<<< HEAD
685686

686687
<<<<<<< HEAD
687688
TEST_CASE("good_status_line") {
@@ -742,6 +743,8 @@ TEST_SUITE("xmagics_apply"){
742743
}
743744

744745
>>>>>>> 28d397a (Update tags definition, add tests for xmanager, xinspect)
746+
=======
747+
>>>>>>> e833faf (Remove test for xmagics)
745748
}
746749

747750
#if defined(__GNUC__) && !defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)

0 commit comments

Comments
 (0)