Fix reverse_iterator in Vector and tests (#5344)
authormmoscicki2 <50666212+mmoscicki2@users.noreply.github.com>
Thu, 16 May 2019 18:49:01 +0000 (20:49 +0200)
committerWouter van Oortmerssen <aardappel@gmail.com>
Thu, 16 May 2019 18:49:01 +0000 (11:49 -0700)
commit39bd667fd0a149c3bb428ccf35fa8c17fcafeccf
treebd415f0284bc831a05571ab84b8d588549cb4abc
parent0bb3ce69353d94f88da4658768fbac2934a035f0
Fix reverse_iterator in Vector and tests (#5344)

Before this commit tests for iterators passed, even if the code inside
the loop has not been executed.
include/flatbuffers/flatbuffers.h
tests/test.cpp