diff options
Diffstat (limited to 'tests/grp_pwd_file_test.cpp')
-rw-r--r-- | tests/grp_pwd_file_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/grp_pwd_file_test.cpp b/tests/grp_pwd_file_test.cpp index 2cbad62ad..66866fb48 100644 --- a/tests/grp_pwd_file_test.cpp +++ b/tests/grp_pwd_file_test.cpp @@ -26,7 +26,7 @@ template <typename T> class FileUnmapper { public: - FileUnmapper(T& file) : file_(file) { + explicit FileUnmapper(T& file) : file_(file) { } ~FileUnmapper() { file_.Unmap(); |