diff options
author | Eric Anholt <[email protected]> | 2020-01-14 16:20:53 -0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-04 17:48:08 +0000 |
commit | 655394c6ed2ef15c66ea8234d7ab388901f7e295 (patch) | |
tree | 1a6891af2ffe923b150d0a7ec2d1adc658e9b6ea /src/gallium/targets | |
parent | 75c50d03422eb6a74f462419015a697f371468d6 (diff) |
gallium/osmesa: Fix a typo in the unit test's test names.
Reviewed-by: Danylo Piliaiev <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3216>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/osmesa/test-render.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |