Source release 15.0.0
This commit is contained in:
1
third_party/gyp/common_test.py
vendored
1
third_party/gyp/common_test.py
vendored
@@ -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'})
|
||||
|
||||
Reference in New Issue
Block a user