Renaming infinity variables in test.cpp (#6340)
authorKjetil Østerås <kjetilos@gmail.com>
Thu, 17 Dec 2020 21:08:23 +0000 (22:08 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 21:08:23 +0000 (13:08 -0800)
commitf2511d7d49d35a9a3069600d887261cde74bdd32
tree675b4e74a92a1a744cbc3ead29b162093b0c08ae
parentf8b203c9c4bec53cb9abceef6bc333a02f272b6b
Renaming infinity variables in test.cpp (#6340)

The infinityf symbol is causing a conflict when building for cygwin. In
the cygwin math.h header there is also a symbol called infinityf. So
this patch is needed to be able to build the flatbuffer tests in a
cygwin environment.
tests/test.cpp