| Index: pylib/gyp/common_test.py
|
| diff --git a/pylib/gyp/common_test.py b/pylib/gyp/common_test.py
|
| index ad6f9a1438f30fcdd40888914f4fc7b817465777..0b8ada3dc3c0afa19dbcc2f96365f4c5d4c2cf17 100755
|
| --- a/pylib/gyp/common_test.py
|
| +++ b/pylib/gyp/common_test.py
|
| @@ -63,6 +63,7 @@ class TestGetFlavor(unittest.TestCase):
|
| self.assertFlavor('solaris', 'sunos' , {});
|
| self.assertFlavor('linux' , 'linux2' , {});
|
| self.assertFlavor('linux' , 'linux3' , {});
|
| + self.assertFlavor('linux' , 'linux' , {});
|
|
|
| def test_param(self):
|
| self.assertFlavor('foobar', 'linux2' , {'flavor': 'foobar'})
|
|
|