summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2020-01-14 16:20:53 -0800
committerMarge Bot <[email protected]>2020-02-04 17:48:08 +0000
commit655394c6ed2ef15c66ea8234d7ab388901f7e295 (patch)
tree1a6891af2ffe923b150d0a7ec2d1adc658e9b6ea /src/gallium/targets
parent75c50d03422eb6a74f462419015a697f371468d6 (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.cpp2
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;
}