tests/core_setmaster_vs_auth: use igt_simple_main

This test has no subtests, so should use igt_simple_main.

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2015-12-02 10:46:33 +00:00
parent b3ff112326
commit 66dc90ed65

View File

@ -45,7 +45,7 @@
# include <pthread.h>
#endif
igt_main
igt_simple_main
{
int master1, master2, client;
drm_magic_t magic;