Skip to content

Commit

Permalink
test_mx_util: Fix renamed function
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Oct 26, 2015
1 parent f87e851 commit e52e351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_mx_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static void test_mx_strscan(void)
assert(pps->ppid == getppid());
assert(pps->state == 'R');
assert(mx_streq(pps->comm, program_invocation_short_name) || mx_streq(pps->comm, "memcheck-amd64-"));
mx_proc_pid_stat_free(pps);
mx_proc_pid_stat_free_content(pps);
}

static void test_mx_strvec() {
Expand Down

0 comments on commit e52e351

Please sign in to comment.