summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-12-15 01:05:33 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-12-17 15:30:53 +0100
commit573d59dd148d9fedceb8aaeeb88b76cfc5564c40 (patch)
treea54f0eb2614ae8810f6182ebe7ce8f65748f4953 /tests
parentacdf7171264a5139caabb78127c9eef5080c0682 (diff)
tests/gem_flink: enable flink lifetime subtest
Somehow fumbled this. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_flink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_flink.c b/tests/gem_flink.c
index 137d8822..bfa85c9f 100644
--- a/tests/gem_flink.c
+++ b/tests/gem_flink.c
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
if (drmtest_run_subtest("bad-open"))
test_bad_open(fd);
if (drmtest_run_subtest("flink-lifetime"))
- test_bad_open(fd);
+ test_flink_lifetime(fd);
return 0;
}