summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-04-15 10:57:33 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-04-15 10:58:14 +0100
commit082fb26ce92442493543104d06af3a86382a4a8b (patch)
treeafc4ddb3cd88a86f55ffc5fa82e748bb45176345 /tests
parent7bd4f918c46135762e14c359a5b3c6340364082c (diff)
igt/gem_exec_nop: Correct %3.f typo
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_exec_nop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_exec_nop.c b/tests/gem_exec_nop.c
index 6907c2bf..b381e9a9 100644
--- a/tests/gem_exec_nop.c
+++ b/tests/gem_exec_nop.c
@@ -188,7 +188,7 @@ static void all(int fd, uint32_t handle, int timeout)
* engine, but we should equally not go any slower.
*/
igt_assert_f(time < max + 10*min/9, /* ensure parallel execution */
- "Average time (%.3fus) exceeds expecation for parallel execution (min %.3fus, max %3.fus; limit set at %.3fus)\n",
+ "Average time (%.3fus) exceeds expecation for parallel execution (min %.3fus, max %.3fus; limit set at %.3fus)\n",
time, min, max, max + 10*min/9);
}