Mesa (main): util: Fixes typo in test_util_get_process_exec_path

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 26 23:51:36 UTC 2022


Module: Mesa
Branch: main
Commit: d827d433ce530ca558bc8a66a8b01d8a1d59aeb5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d827d433ce530ca558bc8a66a8b01d8a1d59aeb5

Author: Yonggang Luo <luoyonggang at gmail.com>
Date:   Thu Mar 31 02:19:40 2022 +0800

util: Fixes typo in test_util_get_process_exec_path

Signed-off-by: Yonggang Luo <luoyonggang at gmail.com>
Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16723>

---

 src/util/tests/process_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/tests/process_test.c b/src/util/tests/process_test.c
index 1a17ce78bdd..9a7708caf94 100644
--- a/src/util/tests/process_test.c
+++ b/src/util/tests/process_test.c
@@ -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);
 }
 



More information about the mesa-commit mailing list