tests: Rename shader_runner_d3d12 to shader_runner.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2022-01-26 19:40:26 -06:00
committed by Alexandre Julliard
parent d07d0d8eff
commit 63622a92e8
2 changed files with 4 additions and 4 deletions

View File

@@ -643,7 +643,7 @@ static struct texture *get_texture(struct shader_context *context, unsigned int
return NULL;
}
START_TEST(shader_runner_d3d12)
START_TEST(shader_runner)
{
static const struct test_context_desc desc =
{