diff options
author | Benjamin Otte <otte@redhat.com> | 2021-09-15 16:47:09 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2021-09-16 23:59:37 +0200 |
commit | 83ea623775daf85bbf5f1b75821284d81de408f5 (patch) | |
tree | 4879eee68090b848302b30e8933eff3158b6cdf7 | |
parent | 345faa7250915a3392e1b7ef1c9e696ec9cc4a71 (diff) | |
download | gtk+-modern-testsuite.tar.gz |
reftests: Use the default (aka NGL) renderermodern-testsuite
All tests pass with the renderer now, so we can remove useof the
fallback.
-rw-r--r-- | testsuite/reftests/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index bdb6f705ee..a7c295137e 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -469,7 +469,6 @@ xfails = [ reftest_env = environment() reftest_env.set('GTK_A11Y', 'test') -reftest_env.set('GSK_RENDERER', 'cairo') reftest_env.set('G_TEST_SRCDIR', meson.current_source_dir()) reftest_env.set('G_TEST_BUILDDIR', meson.current_build_dir()) reftest_env.set('GIO_USE_VFS', 'local') |