aboutsummaryrefslogtreecommitdiff
path: root/tests/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils.h')
-rw-r--r--tests/Utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Utils.h b/tests/Utils.h
index d6e4a88e77..a14b30b659 100644
--- a/tests/Utils.h
+++ b/tests/Utils.h
@@ -363,6 +363,7 @@ void store_value_with_data_type(void *ptr, T value, DataType data_type)
*reinterpret_cast<uint16_t *>(ptr) = value;
break;
case DataType::S16:
+ case DataType::QSYMM16:
*reinterpret_cast<int16_t *>(ptr) = value;
break;
case DataType::U32: