summaryrefslogtreecommitdiff
path: root/test/cpl_hash_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-09 20:41:10 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-11 12:22:11 +0200
commitb1e22dff981fb86ae04b12bb5a064e61030793a8 (patch)
treeffb112f6e3f3311d8669f6a89628bf5f0bc40f2e /test/cpl_hash_test.cc
parent736d6bf3242a0ba3841cb765e97cf9fee3540460 (diff)
Use a vector rather than a list when returning from content_factory().
Diffstat (limited to 'test/cpl_hash_test.cc')
-rw-r--r--test/cpl_hash_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpl_hash_test.cc b/test/cpl_hash_test.cc
index 56dc1974c..de9b9b900 100644
--- a/test/cpl_hash_test.cc
+++ b/test/cpl_hash_test.cc
@@ -46,7 +46,7 @@ BOOST_AUTO_TEST_CASE (hash_added_to_imported_dcp_test)
string const ov_name = "hash_added_to_imported_dcp_test_ov";
shared_ptr<Film> ov = new_test_film2 (
ov_name,
- { content_factory("test/data/flat_red.png").front() }
+ content_factory("test/data/flat_red.png")
);
make_and_verify_dcp (ov);