aboutsummaryrefslogtreecommitdiff
path: root/tests/TypePrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TypePrinter.h')
-rw-r--r--tests/TypePrinter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TypePrinter.h b/tests/TypePrinter.h
index 4fb3b64d42..ff9863e1fb 100644
--- a/tests/TypePrinter.h
+++ b/tests/TypePrinter.h
@@ -311,6 +311,9 @@ inline ::std::ostream &operator<<(::std::ostream &os, const DataType &data_type)
case DataType::S16:
os << "S16";
break;
+ case DataType::QS16:
+ os << "QS16";
+ break;
case DataType::U32:
os << "U32";
break;