Skip to content

Commit b8bbb18

Browse files
committed
Rebase
1 parent 277e382 commit b8bbb18

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

test/test_interpreter.cpp

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,9 @@
1919
#include "../src/xmagics/os.hpp"
2020
#include "../src/xinspect.hpp"
2121

22-
<<<<<<< HEAD
23-
#include <iostream>
2422

25-
=======
23+
#include <iostream>
2624
#include <pugixml.hpp>
27-
>>>>>>> 28d397a (Update tags definition, add tests for xmanager, xinspect)
2825
#include <fstream>
2926
#if defined(__GNUC__) && !defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
3027
#include <sys/wait.h>
@@ -682,9 +679,7 @@ TEST_SUITE("xmagics_apply"){
682679
manager.apply("%dummy", kernel_res);
683680
REQUIRE(kernel_res["status"] == "error");
684681
}
685-
<<<<<<< HEAD
686682

687-
<<<<<<< HEAD
688683
TEST_CASE("good_status_line") {
689684

690685
xcpp::xpreamble_manager preamble_manager;
@@ -726,7 +721,6 @@ TEST_SUITE("xmagics_apply"){
726721
REQUIRE(redirect.getCaptured() == "UsageError: %%test is a cell magic, but the cell body is empty.\n"
727722
"If you only intend to display %%test help, please use a double line break to fill in the cell body.\n");
728723
}
729-
=======
730724
TEST_CASE("cell magic with empty cell body") {
731725
xcpp::xmagics_manager manager;
732726

@@ -741,10 +735,6 @@ TEST_SUITE("xmagics_apply"){
741735
"If you only intend to display %%test help, please use a double line break to fill in the cell body.\n");
742736

743737
}
744-
745-
>>>>>>> 28d397a (Update tags definition, add tests for xmanager, xinspect)
746-
=======
747-
>>>>>>> e833faf (Remove test for xmagics)
748738
}
749739

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

0 commit comments

Comments
 (0)