| Index: pylib/gyp/common_test.py
|
| diff --git a/pylib/gyp/common_test.py b/pylib/gyp/common_test.py
|
| index dac29692b8640765cb7680d4cb95a94e51734a5f..ad6f9a1438f30fcdd40888914f4fc7b817465777 100755
|
| --- a/pylib/gyp/common_test.py
|
| +++ b/pylib/gyp/common_test.py
|
| @@ -58,6 +58,7 @@ class TestGetFlavor(unittest.TestCase):
|
| def test_platform_default(self):
|
| self.assertFlavor('freebsd', 'freebsd9' , {})
|
| self.assertFlavor('freebsd', 'freebsd10', {})
|
| + self.assertFlavor('openbsd', 'openbsd5' , {})
|
| self.assertFlavor('solaris', 'sunos5' , {});
|
| self.assertFlavor('solaris', 'sunos' , {});
|
| self.assertFlavor('linux' , 'linux2' , {});
|
|
|