mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 01:10:25 +01:00
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:
parent
75c50d0342
commit
655394c6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue