Skip to content

Commit

Permalink
Removed draw calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Jul 31, 2024
1 parent 3936ada commit 0478ae2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/erase_tests.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

#include <interval-tree/draw.hpp>
#include "interval_io.hpp"
#include "test_utility.hpp"

Expand Down Expand Up @@ -261,8 +260,6 @@ TEST_F(EraseTests, FromNuiTest)
tree.insert({4, 4});
tree.insert({13, 13});

drawTree("erase_tests_from_nui", tree);

auto iter = tree.erase(tree.find({4, 4}));
EXPECT_EQ(*iter, (decltype(tree)::interval_type{13, 13})) << *iter;
}

0 comments on commit 0478ae2

Please sign in to comment.