summaryrefslogtreecommitdiff
path: root/tests/gem_linear_blits.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-12 12:15:16 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-12 12:15:16 +0200
commit814b135541813a6ee623eda895119acdea7f7a2f (patch)
tree0e111b4fa3e78f8895744037ca41b0a70224452d /tests/gem_linear_blits.c
parent16024841a12f71d52aea12603d9fb1cb63124fb6 (diff)
s/drmtest_subtest_block/drmtest_subtest/
The _block postfix meant to convey that a C statement/block must follow can be misread as the verb to block. So drop it. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gem_linear_blits.c')
-rw-r--r--tests/gem_linear_blits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gem_linear_blits.c b/tests/gem_linear_blits.c
index 661baa83..8b2b4150 100644
--- a/tests/gem_linear_blits.c
+++ b/tests/gem_linear_blits.c
@@ -264,10 +264,10 @@ int main(int argc, char **argv)
printf("Using %d 1MiB buffers\n", count);
}
- drmtest_subtest_block("normal")
+ drmtest_subtest("normal")
run_test(fd, count);
- drmtest_subtest_block("interruptible") {
+ drmtest_subtest("interruptible") {
drmtest_fork_signal_helper();
run_test(fd, count);
drmtest_stop_signal_helper();