mirror of
https://github.com/brl/mutter.git
synced 2025-08-13 20:04:51 +00:00
tests: Call g_test_init() in test-runner too
This makes the log handler that breaks test redundant, as GTest already does this.
This commit is contained in:
@@ -40,8 +40,8 @@ GQuark test_runner_error_quark (void);
|
||||
typedef struct _AsyncWaiter AsyncWaiter;
|
||||
typedef struct _TestClient TestClient;
|
||||
|
||||
void test_init (int argc,
|
||||
char **argv);
|
||||
void test_init (int *argc,
|
||||
char ***argv);
|
||||
|
||||
gboolean async_waiter_alarm_filter (AsyncWaiter *waiter,
|
||||
MetaX11Display *x11_display,
|
||||
|
Reference in New Issue
Block a user