| Index: test/generator-output/gyptest-symlink.py
|
| diff --git a/test/generator-output/gyptest-symlink.py b/test/generator-output/gyptest-symlink.py
|
| index 7390fcd37f15d0434618ea287fe608c643e5293a..8b29b348c275cf458ee8f738b482cb9ffd2b3a32 100755
|
| --- a/test/generator-output/gyptest-symlink.py
|
| +++ b/test/generator-output/gyptest-symlink.py
|
| @@ -13,8 +13,7 @@ symlink.
|
| import TestGyp
|
| import os
|
|
|
| -# Android doesn't support --generator-output.
|
| -test = TestGyp.TestGyp(formats=['!android'])
|
| +test = TestGyp.TestGyp()
|
| if not hasattr(os, 'symlink'):
|
| test.skip_test('Missing os.symlink -- skipping test.\n')
|
|
|
|
|