summaryrefslogtreecommitdiff
path: root/test/cpl_hash_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpl_hash_test.cc')
-rw-r--r--test/cpl_hash_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpl_hash_test.cc b/test/cpl_hash_test.cc
index de9b9b900..39c36561b 100644
--- a/test/cpl_hash_test.cc
+++ b/test/cpl_hash_test.cc
@@ -35,7 +35,6 @@
using std::make_shared;
-using std::shared_ptr;
using std::string;
@@ -44,7 +43,7 @@ BOOST_AUTO_TEST_CASE (hash_added_to_imported_dcp_test)
using namespace boost::filesystem;
string const ov_name = "hash_added_to_imported_dcp_test_ov";
- shared_ptr<Film> ov = new_test_film2 (
+ auto ov = new_test_film2(
ov_name,
content_factory("test/data/flat_red.png")
);