diff options
Diffstat (limited to 'test_utils.h')
-rw-r--r-- | test_utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test_utils.h b/test_utils.h index 120f0808..ec191f83 100644 --- a/test_utils.h +++ b/test_utils.h @@ -70,7 +70,7 @@ inline int Chdir(const std::string& path) { void FillWithData(std::vector<char>* buffer); -namespace { +namespace { // NOLINT(build/namespaces) - anon. NS in header file. // 300 byte pseudo-random string. Not null terminated. // This does not gzip compress well. const unsigned char kRandomString[] = { @@ -114,7 +114,7 @@ const unsigned char kRandomString[] = { 0xbe, 0x9f, 0xa3, 0x5d }; -} // namespace {} +} // namespace // Creates an empty ext image. void CreateEmptyExtImageAtPath(const std::string& path, @@ -263,7 +263,7 @@ class ScopedLoopMounter { public: explicit ScopedLoopMounter(const std::string& file_path, std::string* mnt_path, - unsigned long flags); + unsigned long flags); // NOLINT(runtime/int) private: // These objects must be destructed in the following order: |