aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-05-04 00:50:34 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-06-26 13:10:33 -0400
commita71846d7494f3035677bee5f38b3fc94fb18938b (patch)
treef195949ff9183f7ca4e5e64685cab36f06b83f19 /unittests
parenta1ef957e349583f9affdce5b5a4f094860e91037 (diff)
downloadmeson-a71846d7494f3035677bee5f38b3fc94fb18938b.zip
meson-a71846d7494f3035677bee5f38b3fc94fb18938b.tar.gz
meson-a71846d7494f3035677bee5f38b3fc94fb18938b.tar.bz2
Revert "modules: move gnome targets into gnome module"
This reverts commit a2def550c586aeba4269588e79a1a308467f2582. This results in a 2k line file being unconditionally imported at startup, and transitively loading two more (for a total cost of 2759 lines of code), and it's not clear it was ever needed to begin with...
Diffstat (limited to 'unittests')
-rw-r--r--unittests/platformagnostictests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/platformagnostictests.py b/unittests/platformagnostictests.py
index 2647684..976656e 100644
--- a/unittests/platformagnostictests.py
+++ b/unittests/platformagnostictests.py
@@ -253,4 +253,4 @@ class PlatformAgnosticTests(BasePlatformTests):
expected = json.load(f)['meson']['modules']
self.assertEqual(data['modules'], expected)
- self.assertEqual(data['count'], 71)
+ self.assertEqual(data['count'], 68)