Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
0b60686e3d21ea40aac6546310b0507a002d48ca
/
.
/
tests
/
util_test.h
blob: 4e2fc9d7558e30efd7b8cc1575394674c87ba321 [
file
]
#ifndef
TESTS_UTIL_TEST_H
#define
TESTS_UTIL_TEST_H
namespace
flatbuffers
{
namespace
tests
{
void
NumericUtilsTest
();
void
IsAsciiUtilsTest
();
void
UtilConvertCase
();
}
// namespace tests
}
// namespace flatbuffers
#endif