mirror of https://github.com/CGAL/cgal
Add trivial assert in the test.
This commit is contained in:
parent
f0de24f91f
commit
211458372d
|
|
@ -25,5 +25,6 @@ int main()
|
||||||
t.insert(Point(i,-i));
|
t.insert(Point(i,-i));
|
||||||
for(int i=0;i<1000;++i)
|
for(int i=0;i<1000;++i)
|
||||||
t.remove(Point(i,-i));
|
t.remove(Point(i,-i));
|
||||||
|
assert(t.empty());
|
||||||
t.print();
|
t.print();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue