summaryrefslogtreecommitdiff
path: root/test/atmos_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/atmos_test.cc
parent0f772d68ef7fb32002538ce9ca7c9764d0d7135b (diff)
Cleanup: test tidying.
Diffstat (limited to 'test/atmos_test.cc')
-rw-r--r--test/atmos_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc
index ec7e9e85d..5c624a871 100644
--- a/test/atmos_test.cc
+++ b/test/atmos_test.cc
@@ -28,11 +28,10 @@
#include <boost/test/unit_test.hpp>
+using std::make_shared;
using std::string;
using std::vector;
-using std::make_shared;
using boost::optional;
-using std::shared_ptr;
BOOST_AUTO_TEST_CASE (atmos_passthrough_test)