blob: 9f2a257b5b68866955f6a4078cffd7888db31d56 [file] [log] [blame]
Austin Schuh2dd86a92022-09-14 21:19:23 -07001#ifndef TESTS_UTIL_TEST_H
2#define TESTS_UTIL_TEST_H
3
4namespace flatbuffers {
5namespace tests {
6
7void NumericUtilsTest();
8void IsAsciiUtilsTest();
9void UtilConvertCase();
10
11
12} // namespace tests
13} // namespace flatbuffers
14
15#endif