diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-16 14:57:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-16 14:57:06 +0200 |
| commit | a4930f8185f2d3f3a9dc93b938792fae758be4d7 (patch) | |
| tree | f3813d7b4be91718edfc73ad45aba46447b3e99c /test/stream_operators.cc | |
| parent | 9b9af8a80860210c6a29446f7a24795eeda9e7bc (diff) | |
| parent | 47b82590f5d1538b599e323daa5e0c792e4d4695 (diff) | |
Merge branch 'main' into v1.9.xv1.9.7
Diffstat (limited to 'test/stream_operators.cc')
| -rw-r--r-- | test/stream_operators.cc | 6 |
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; |
