From 9766872b2ef28126a46f14f4c3d1070bc3116368 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Feb 2025 10:36:53 -0500 Subject: Fix doc comment syntax --- test/lint/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lint/meson.build') diff --git a/test/lint/meson.build b/test/lint/meson.build index 7e024cb5..cca43342 100644 --- a/test/lint/meson.build +++ b/test/lint/meson.build @@ -64,7 +64,7 @@ if black.found() black_opts = ['--check', '-q', '-l', '79'] foreach script_path : python_script_paths script = files(script_path) - name = script_path.substring(3).underscorify() + name = 'black_' + script_path.substring(3).underscorify() test(name, black, args: black_opts + [script], suite: 'scripts') endforeach endif -- cgit v1.2.1