Mesa (master): gallium/osmesa: Fix a typo in the unit test's test names.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 4 18:07:06 UTC 2020


Module: Mesa
Branch: master
Commit: 655394c6ed2ef15c66ea8234d7ab388901f7e295
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=655394c6ed2ef15c66ea8234d7ab388901f7e295

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jan 14 16:20:53 2020 -0800

gallium/osmesa: Fix a typo in the unit test's test names.

Reviewed-by: Danylo Piliaiev <danylo.piliaiev at globallogic.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3216>

---

 src/gallium/targets/osmesa/test-render.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/targets/osmesa/test-render.cpp b/src/gallium/targets/osmesa/test-render.cpp
index ab11f665f10..feff9f420c6 100644
--- a/src/gallium/targets/osmesa/test-render.cpp
+++ b/src/gallium/targets/osmesa/test-render.cpp
@@ -46,7 +46,7 @@ name_params(const testing::TestParamInfo<Params> params) {
       second = "float";
       break;
    case GL_UNSIGNED_SHORT_5_6_5:
-      second = "unisgned_short_565";
+      second = "unsigned_short_565";
       break;
    }
 



More information about the mesa-commit mailing list