summaryrefslogtreecommitdiff
path: root/nn/tools/test_generator/include/TestHarness.h
diff options
context:
space:
mode:
Diffstat (limited to 'nn/tools/test_generator/include/TestHarness.h')
-rw-r--r--nn/tools/test_generator/include/TestHarness.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nn/tools/test_generator/include/TestHarness.h b/nn/tools/test_generator/include/TestHarness.h
index 1fcb0d661..adbdf8fe0 100644
--- a/nn/tools/test_generator/include/TestHarness.h
+++ b/nn/tools/test_generator/include/TestHarness.h
@@ -28,7 +28,7 @@
#include <tuple>
#include <vector>
-namespace generated_tests {
+namespace test_helper {
constexpr const size_t gMaximumNumberOfErrorMessages = 10;
@@ -204,6 +204,6 @@ inline void compare(const MixedTyped& golden, const MixedTyped& test, float fpRa
EXPECT_EQ(size_t{0}, totalNumberOfErrors);
}
-}; // namespace generated_tests
+}; // namespace test_helper
#endif // ANDROID_ML_NN_TOOLS_TEST_GENERATOR_TEST_HARNESS_H