intel/tools: fix meson warning

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4434
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9524>
This commit is contained in:
Lionel Landwerlin 2021-03-11 17:43:32 +02:00 committed by Marge Bot
parent 4a408ff7ea
commit f3cf70dc8d
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ foreach testcase : asm_testcases
_gen_num = testcase[1]
_gen_folder = join_paths(meson.current_source_dir(), 'tests', _gen_num)
test(
'i965_asm : ' + _gen_num, test_runner,
'i965_asm_' + _gen_num, test_runner,
args : [
'--i965_asm', i965_asm,
'--gen_name', _gen_name,