Skip to content

Commit

Permalink
Update xinspect, test_interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun571 committed May 26, 2024
1 parent b149df3 commit 5bc35dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/xinspect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

#include <xtl/xsystem.hpp>

#include "xeus-cpp/xeus_cpp_config.hpp"
#include "xeus-cpp/xbuffer.hpp"
#include "xeus-cpp/xpreamble.hpp"

Expand Down
6 changes: 3 additions & 3 deletions test/test_interpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
#include "xeus-cpp/xutils.hpp"
#include "xeus-cpp/xoptions.hpp"

#include "xeus-cpp/xeus_cpp_config.hpp"

#include "../src/xparser.hpp"
#include "../src/xsystem.hpp"
#include "../src/xinspect.hpp"
#include "../src/xmagics/os.hpp"

#include "pugixml.hpp"
Expand Down Expand Up @@ -666,6 +663,9 @@ TEST_SUITE("xutils_handler"){
}
#endif

#include "xeus-cpp/xeus_cpp_config.hpp"
#include "../src/xinspect.hpp"

TEST_SUITE("xinspect"){
TEST_CASE("class_member_predicate_get_filename"){
xcpp::class_member_predicate cmp;
Expand Down

0 comments on commit 5bc35dc

Please sign in to comment.