Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
4e582b0c1d60c55f9a0a90f9740d4a4c48f3b53b
/
.
/
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