[lldb] Remove named function arguments from TestQemuLaunch

This is a swig-4 feature.
This commit is contained in:
Pavel Labath 2021-12-13 15:28:01 +01:00
parent 9cbab13282
commit 529e03ea65

View file

@ -202,9 +202,9 @@ class TestQemuLaunch(TestBase):
self.assertEqual(env.Get(var(3)), "from host")
# Finally, make some launch_info specific changes.
env.Set(var(2), "from target", overwrite=True)
env.Set(var(2), "from target", True)
env.Unset(var(3))
info.SetEnvironment(env, append=False)
info.SetEnvironment(env, False)
# Now check everything. Launch info changes should trump everything, but
# only for the target environment -- the emulator should still get the