diff options
Diffstat (limited to 'tests/sys/fs/fuse/fsync.cc')
| -rw-r--r-- | tests/sys/fs/fuse/fsync.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/fs/fuse/fsync.cc b/tests/sys/fs/fuse/fsync.cc index c92f1993934c4..1673367557ed2 100644 --- a/tests/sys/fs/fuse/fsync.cc +++ b/tests/sys/fs/fuse/fsync.cc @@ -143,7 +143,7 @@ TEST_F(Fsync, close) }, Eq(true)), _) ).Times(0); - expect_release(ino, 1, 0); + expect_release(ino, 1, 0, 0); fd = open(FULLPATH, O_RDWR); ASSERT_LE(0, fd) << strerror(errno); |
