tests/native-pointer-constraints: Remove extra semicolon
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2814>
This commit is contained in:
parent
2c15a9569e
commit
be649bdad2
@ -107,7 +107,7 @@ meta_test_warp_on_hotplug (void)
|
|||||||
if (!test_client)
|
if (!test_client)
|
||||||
g_error ("Failed to launch test client: %s", error->message);
|
g_error ("Failed to launch test client: %s", error->message);
|
||||||
|
|
||||||
run_test_client_command (test_client, "create", "1", NULL);;
|
run_test_client_command (test_client, "create", "1", NULL);
|
||||||
run_test_client_command (test_client, "show", "1", NULL);
|
run_test_client_command (test_client, "show", "1", NULL);
|
||||||
run_test_client_command (test_client, "sync", NULL);
|
run_test_client_command (test_client, "sync", NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user