summaryrefslogtreecommitdiff
path: root/test_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test_utils.cc')
-rw-r--r--test_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils.cc b/test_utils.cc
index 7e03ef19..b452ca35 100644
--- a/test_utils.cc
+++ b/test_utils.cc
@@ -301,7 +301,7 @@ void VerifyAllPaths(const string& parent, set<string> expected_paths) {
ScopedLoopMounter::ScopedLoopMounter(const string& file_path,
string* mnt_path,
- unsigned long flags) {
+ unsigned long flags) { // NOLINT - long
EXPECT_TRUE(utils::MakeTempDirectory("mnt.XXXXXX", mnt_path));
dir_remover_.reset(new ScopedDirRemover(*mnt_path));