summaryrefslogtreecommitdiff
path: root/test/atmos_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-14 02:02:17 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-14 02:02:17 +0200
commit96d6f783b7dfac04af8a7d77033a3d05e31cfc10 (patch)
tree38c78bc2ab560401f20cd9cde7571f3edd5d6f44 /test/atmos_test.cc
parente97157fd7fe6767fdc2b1fa32df5b821296907a9 (diff)
C++11 tidying.
Diffstat (limited to 'test/atmos_test.cc')
-rw-r--r--test/atmos_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc
index 1ac0e1f1..a56de7af 100644
--- a/test/atmos_test.cc
+++ b/test/atmos_test.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2015-2019 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
This file is part of libdcp.
@@ -31,11 +31,13 @@
files in the program, then also delete it here.
*/
+
#include "atmos_asset.h"
#include "test.h"
#include <boost/test/unit_test.hpp>
#include <iostream>
+
/** Check basic read of an Atmos asset */
BOOST_AUTO_TEST_CASE (atmos_read_test)
{