diff --git a/neuralnetworks/1.0/vts/functional/GeneratedTestHarness.cpp b/neuralnetworks/1.0/vts/functional/GeneratedTestHarness.cpp index 7c5b0bc0c4..3b4eb217aa 100644 --- a/neuralnetworks/1.0/vts/functional/GeneratedTestHarness.cpp +++ b/neuralnetworks/1.0/vts/functional/GeneratedTestHarness.cpp @@ -72,7 +72,8 @@ void copy_back(MixedTyped* dst, const std::vector& ra, char* sr copy_back_(dst, ra, src); copy_back_<_Float16>(dst, ra, src); copy_back_(dst, ra, src); - static_assert(6 == std::tuple_size::value, + copy_back_(dst, ra, src); + static_assert(7 == std::tuple_size::value, "Number of types in MixedTyped changed, but copy_back function wasn't updated"); }