Signed-off-by: Marius Vlad <marius.c.v...@intel.com>
---
 tests/gem_storedw_loop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gem_storedw_loop.c b/tests/gem_storedw_loop.c
index 317b8c6..a0c5af1 100644
--- a/tests/gem_storedw_loop.c
+++ b/tests/gem_storedw_loop.c
@@ -185,7 +185,7 @@ igt_main
        }
 
        for (e = intel_execution_engines; e->name; e++) {
-               igt_subtest_f("basic-%s", e->name) {
+               igt_subtest_f("%s", e->name) {
                        check_test_requirements(fd, e->exec_id);
                        store_test(fd, e->exec_id | e->flags, 16*1024);
                }
-- 
2.5.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to