summaryrefslogtreecommitdiff
path: root/test/audio_ring_buffers_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-29 01:47:32 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-29 01:47:32 +0100
commitce73eaf7875a9a3326afcd839ad85eb95879c160 (patch)
treec4cff45a7bada9aebf48b6e51c5dffe086045e20 /test/audio_ring_buffers_test.cc
parent0f772d68ef7fb32002538ce9ca7c9764d0d7135b (diff)
Cleanup: test tidying.
Diffstat (limited to 'test/audio_ring_buffers_test.cc')
-rw-r--r--test/audio_ring_buffers_test.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/audio_ring_buffers_test.cc b/test/audio_ring_buffers_test.cc
index 6efd8fbf8..ef64f5fba 100644
--- a/test/audio_ring_buffers_test.cc
+++ b/test/audio_ring_buffers_test.cc
@@ -18,17 +18,18 @@
*/
+
#include "lib/audio_ring_buffers.h"
#include <boost/test/unit_test.hpp>
-#include <iostream>
-using std::cout;
+
using std::make_shared;
-using std::shared_ptr;
using namespace dcpomatic;
+
#define CANARY 9999
+
/* XXX: these tests don't check the timestamping in AudioRingBuffers */
/** Basic tests fetching the same number of channels as went in */