diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-12-15 01:05:33 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-12-17 15:30:53 +0100 |
commit | 573d59dd148d9fedceb8aaeeb88b76cfc5564c40 (patch) | |
tree | a54f0eb2614ae8810f6182ebe7ce8f65748f4953 | |
parent | acdf7171264a5139caabb78127c9eef5080c0682 (diff) |
tests/gem_flink: enable flink lifetime subtest
Somehow fumbled this.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | tests/gem_flink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_flink.c b/tests/gem_flink.c index 137d882..bfa85c9 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; } |