diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-03-24 21:44:31 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-03-26 17:55:29 -0400 |
commit | 27c286773c831c7c80532a206dcaead9daa529ac (patch) | |
tree | 10a451aea66dfcda453b1d8a0da4f4b0314726d1 /tests/meson.build | |
parent | f7d3815fa8492eab7b4295ce72da6e710777ed44 (diff) | |
download | gtk+-27c286773c831c7c80532a206dcaead9daa529ac.tar.gz |
tests: Stop using gtk_window_move
It is going away.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index 23570f6306..59d48e3f54 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -89,7 +89,6 @@ gtk_tests = [ ['testtreesort'], ['testverticalcells'], ['treestoretest'], - ['testxinerama'], ['testgrouping'], ['testtooltips'], ['testexpand'], |