summaryrefslogtreecommitdiff
path: root/test/stream_operators.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-16 14:57:06 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-16 14:57:06 +0200
commita4930f8185f2d3f3a9dc93b938792fae758be4d7 (patch)
treef3813d7b4be91718edfc73ad45aba46447b3e99c /test/stream_operators.cc
parent9b9af8a80860210c6a29446f7a24795eeda9e7bc (diff)
parent47b82590f5d1538b599e323daa5e0c792e4d4695 (diff)
Merge branch 'main' into v1.9.xv1.9.7
Diffstat (limited to 'test/stream_operators.cc')
-rw-r--r--test/stream_operators.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stream_operators.cc b/test/stream_operators.cc
index 4895076a..348abd2f 100644
--- a/test/stream_operators.cc
+++ b/test/stream_operators.cc
@@ -130,6 +130,12 @@ dcp::operator<<(ostream& s, Channel c)
case Channel::VI:
s << "vi(7)";
break;
+ case Channel::LC:
+ s << "lc(8)";
+ break;
+ case Channel::RC:
+ s << "rc(9)";
+ break;
case Channel::BSL:
s << "bsl(10)";
break;