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

Reviewed-by: Danylo Piliaiev <danylo.piliaiev@globallogic.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3216>
This commit is contained in:
Eric Anholt 2020-01-14 16:20:53 -08:00 committed by Marge Bot
parent 75c50d0342
commit 655394c6ed

View 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;
}