Cleanup: test tidying.
[dcpomatic.git] / test / cpl_hash_test.cc
index de9b9b900c8b8a6d7ba3d9ae515450958ba5b63e..39c36561b5d97cb59835a2ad69a3abfe992ba9ab 100644 (file)
@@ -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")
                );