gallium/osmesa: Fix a typo in the unit test's test names.
authorEric Anholt <eric@anholt.net>
Wed, 15 Jan 2020 00:20:53 +0000 (16:20 -0800)
committerMarge Bot <eric+marge@anholt.net>
Tue, 4 Feb 2020 17:48:08 +0000 (17:48 +0000)
Reviewed-by: Danylo Piliaiev <danylo.piliaiev@globallogic.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3216>

src/gallium/targets/osmesa/test-render.cpp

index ab11f665f1036f3fb3a7d1fd2bb1c782d89c75eb..feff9f420c694cf496b63938aaf82cc95759f952 100644 (file)
@@ -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;
    }