reftests: Use the default (aka NGL) renderer

All tests pass with the renderer now, so we can remove useof the
fallback.
This commit is contained in:
Benjamin Otte 2021-09-15 16:47:09 +02:00
parent 345faa7250
commit 83ea623775

View File

@ -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')