forked from organicmaps/organicmaps
Indexer test fix.
This commit is contained in:
parent
2c9120f863
commit
83378f9ef6
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ public:
|
|||
char const * arr[][2] = {
|
||||
{ "highway", "proposed" },
|
||||
{ "highway", "bus_stop" },
|
||||
{ "highway", "world_level" },
|
||||
{ "highway", "world_towns_level" }
|
||||
};
|
||||
|
||||
for (size_t i = 0; i < ARRAY_SIZE(arr); ++i)
|
||||
|
|
Loading…
Add table
Reference in a new issue