| Index: mojo/tools/mopy/gn_unittest.py
|
| diff --git a/mojo/tools/mopy/gn_unittest.py b/mojo/tools/mopy/gn_unittest.py
|
| index 8df47d3256c61871b2e1b0e72268a8f378ffdd0a..338f095c19d58343f2214b4ec38e7a478c4bdf5a 100644
|
| --- a/mojo/tools/mopy/gn_unittest.py
|
| +++ b/mojo/tools/mopy/gn_unittest.py
|
| @@ -59,7 +59,6 @@ class GTestListTestsTest(unittest.TestCase):
|
| for args in _iterate_over_config(configs_to_test):
|
| if args.get("target_os", None) is None and sys.platform[:5] == "linux":
|
| args["use_aura"] = False
|
| - args["use_glib"] = False
|
| config = gn.ConfigForGNArgs(args)
|
| new_args = gn.GNArgsForConfig(config)
|
| self.assertDictEqual(args, new_args)
|
|
|