diff options
author | Andrei Vagin <avagin@google.com> | 2020-09-15 14:25:31 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-16 12:22:17 -0700 |
commit | 99fca1bf9af0c3fb851bd4c6bf7d16d9c9e44458 (patch) | |
tree | a3fcf12899d9e7141143857c48f27e57a0e00f14 /test/fuse/linux | |
parent | 96fb1e60c355b330eaf42db3a14a828befe73db9 (diff) |
test/fuse: clean up
Diffstat (limited to 'test/fuse/linux')
-rw-r--r-- | test/fuse/linux/read_test.cc | 2 | ||||
-rw-r--r-- | test/fuse/linux/write_test.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fuse/linux/read_test.cc b/test/fuse/linux/read_test.cc index c702651bd..88fc299d8 100644 --- a/test/fuse/linux/read_test.cc +++ b/test/fuse/linux/read_test.cc @@ -387,4 +387,4 @@ TEST_F(ReadTestSmallMaxRead, ReadSmallMaxReadShort) { } // namespace } // namespace testing -} // namespace gvisor
\ No newline at end of file +} // namespace gvisor diff --git a/test/fuse/linux/write_test.cc b/test/fuse/linux/write_test.cc index e7a1aff13..1a62beb96 100644 --- a/test/fuse/linux/write_test.cc +++ b/test/fuse/linux/write_test.cc @@ -300,4 +300,4 @@ TEST_F(WriteTestSmallMaxWrite, WriteSmallMaxWrie) { } // namespace } // namespace testing -} // namespace gvisor
\ No newline at end of file +} // namespace gvisor |