Add unit tests for most of util.cpp
This commit is contained in:
@@ -126,9 +126,6 @@ public:
|
||||
// Caution: scan_radius is not deterministically ordered.
|
||||
IdVector scan_radius(const std::string &plane, double x, double y, double radius, int64_t prepend) const;
|
||||
|
||||
// Unions and sorts two ID vectors.
|
||||
static IdVector sort_union_id_vectors(const IdVector &v1, const IdVector &v2);
|
||||
|
||||
private:
|
||||
// unit testing stuff.
|
||||
friend int unittests_planemap(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user