mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
gem_ringfill: fix typo in test name
Missing a r! Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
This commit is contained in:
@@ -199,7 +199,7 @@ igt_main
|
|||||||
unsigned flags;
|
unsigned flags;
|
||||||
} modes[] = {
|
} modes[] = {
|
||||||
{ "basic-", "", 0 },
|
{ "basic-", "", 0 },
|
||||||
{ "", "-interuptible", INTERRUPTIBLE },
|
{ "", "-interruptible", INTERRUPTIBLE },
|
||||||
{ "", "-hang", HANG },
|
{ "", "-hang", HANG },
|
||||||
{ "", "-child", CHILD },
|
{ "", "-child", CHILD },
|
||||||
{ "", "-forked", FORKED },
|
{ "", "-forked", FORKED },
|
||||||
|
|||||||
Reference in New Issue
Block a user