From 655394c6ed2ef15c66ea8234d7ab388901f7e295 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 14 Jan 2020 16:20:53 -0800 Subject: [PATCH] gallium/osmesa: Fix a typo in the unit test's test names. Reviewed-by: Danylo Piliaiev Part-of: --- src/gallium/targets/osmesa/test-render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { second = "float"; break; case GL_UNSIGNED_SHORT_5_6_5: - second = "unisgned_short_565"; + second = "unsigned_short_565"; break; } -- 2.30.2