Add trivial assert in the test.

This commit is contained in:
Marc Glisse 2017-05-04 16:25:34 +02:00
parent f0de24f91f
commit 211458372d
1 changed files with 1 additions and 0 deletions

View File

@ -25,5 +25,6 @@ int main()
t.insert(Point(i,-i));
for(int i=0;i<1000;++i)
t.remove(Point(i,-i));
assert(t.empty());
t.print();
}