diff options
Diffstat (limited to 'unittests/optiontests.py')
| -rw-r--r-- | unittests/optiontests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/optiontests.py b/unittests/optiontests.py index c733f15d2..28abca110 100644 --- a/unittests/optiontests.py +++ b/unittests/optiontests.py @@ -207,5 +207,5 @@ class OptionTests(unittest.TestCase): def test_b_default(self): optstore = OptionStore(False) - _, value = optstore.get_default_for_b_option('b_vscrt') + value = optstore.get_default_for_b_option('b_vscrt') self.assertEqual(value, 'from_buildtype') |
