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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user