summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/stream_operators.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stream_operators.cc b/test/stream_operators.cc
index 20470c1d..87949e84 100644
--- a/test/stream_operators.cc
+++ b/test/stream_operators.cc
@@ -181,6 +181,9 @@ dcp::operator<< (ostream& s, MCASoundField f)
case MCASoundField::SEVEN_POINT_ONE:
s << "7.1";
break;
+ case MCASoundField::OTHER:
+ s << "other";
+ break;
}
return s;
}