Fix clang tidy warnings
This commit is contained in:
parent
987b40e138
commit
222ef46d8d
@ -2,10 +2,7 @@
|
||||
#include "testutils/CryTestBase.h"
|
||||
#include <cryfs/impl/filesystem/CryOpenFile.h>
|
||||
|
||||
using cpputils::unique_ref;
|
||||
using cpputils::dynamic_pointer_move;
|
||||
using namespace cryfs;
|
||||
namespace bf = boost::filesystem;
|
||||
|
||||
// Many generic (black box) test cases for FsppNode are covered in Fspp fstest.
|
||||
// This class adds some tests that need insight into how CryFS works.
|
||||
|
@ -13,8 +13,6 @@
|
||||
#include <fspp/fs_interface/FuseErrnoException.h>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
|
||||
using ::testing::Eq;
|
||||
using ::testing::Return;
|
||||
using ::testing::Combine;
|
||||
using ::testing::ValuesIn;
|
||||
using ::testing::TestWithParam;
|
||||
|
Loading…
x
Reference in New Issue
Block a user