Indexer test fix.

This commit is contained in:
Vladimir Byko-Ianko 2016-01-27 14:14:31 +03:00 committed by Sergey Yershov
parent 2c9120f863
commit 83378f9ef6

View file

@ -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)