summaryrefslogtreecommitdiff
path: root/tests/gem_flink.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_flink.c')
-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 137d8822b..bfa85c9f1 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;
}