Skip to content

Commit 0478ae2

Browse files
committedJul 31, 2024
Removed draw calls.
1 parent 3936ada commit 0478ae2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎tests/erase_tests.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22

3-
#include <interval-tree/draw.hpp>
43
#include "interval_io.hpp"
54
#include "test_utility.hpp"
65

@@ -261,8 +260,6 @@ TEST_F(EraseTests, FromNuiTest)
261260
tree.insert({4, 4});
262261
tree.insert({13, 13});
263262

264-
drawTree("erase_tests_from_nui", tree);
265-
266263
auto iter = tree.erase(tree.find({4, 4}));
267264
EXPECT_EQ(*iter, (decltype(tree)::interval_type{13, 13})) << *iter;
268265
}

0 commit comments

Comments
 (0)