mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
util: Fixes typo in test_util_get_process_exec_path
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16723>
This commit is contained in:
parent
aa7446b17e
commit
d827d433ce
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ test_util_get_process_exec_path (void)
|
|||
if ((i > 0) && (strcmp(&build_path[i], ".exe") == 0))
|
||||
build_path[i] = 0;
|
||||
#endif
|
||||
expect_equal_str(build_path, path, "util_get_process_name");
|
||||
expect_equal_str(build_path, path, "test_util_get_process_exec_path");
|
||||
free(build_path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue