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