test: make valgrind happy (#3916)
Missing a call to MAKE_VALGRIND_HAPPY() to silence valgrind output.
This commit is contained in:
parent
780b40ea7b
commit
460accf9be
@ -4513,6 +4513,7 @@ TEST_IMPL(fs_statfs) {
|
||||
uv_run(loop, UV_RUN_DEFAULT);
|
||||
ASSERT(statfs_cb_count == 2);
|
||||
|
||||
MAKE_VALGRIND_HAPPY();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user