| Index: test/assembly/gyptest-assembly.py
|
| diff --git a/test/assembly/gyptest-assembly.py b/test/assembly/gyptest-assembly.py
|
| index a64076fece7729afa7f998adee7821cc90555b9e..8a84310544afc97e28c517c0b6af0a9605f8b4db 100755
|
| --- a/test/assembly/gyptest-assembly.py
|
| +++ b/test/assembly/gyptest-assembly.py
|
| @@ -13,7 +13,7 @@ import TestGyp
|
|
|
| if sys.platform != 'win32':
|
| # TODO(bradnelson): get this working for windows.
|
| - test = TestGyp.TestGyp(formats=['make', 'ninja', 'scons', 'xcode'])
|
| + test = TestGyp.TestGyp(formats=['!msvs'])
|
|
|
| test.run_gyp('assembly.gyp', chdir='src')
|
|
|
|
|