Austin Schuh | 2dd86a9 | 2022-09-14 21:19:23 -0700 | [diff] [blame] | 1 | #ifndef TESTS_UTIL_TEST_H |
2 | #define TESTS_UTIL_TEST_H | ||||
3 | |||||
4 | namespace flatbuffers { | ||||
5 | namespace tests { | ||||
6 | |||||
7 | void NumericUtilsTest(); | ||||
8 | void IsAsciiUtilsTest(); | ||||
9 | void UtilConvertCase(); | ||||
10 | |||||
11 | |||||
12 | } // namespace tests | ||||
13 | } // namespace flatbuffers | ||||
14 | |||||
15 | #endif |