| Index: test/escaping/gyptest-colon.py
|
| diff --git a/test/escaping/gyptest-colon.py b/test/escaping/gyptest-colon.py
|
| index f5275db6afc950fbba0c4ec5a272ec7f2acbc3e7..610f00e4ee82a9d276bd2531f89de7ecbf1846db 100644
|
| --- a/test/escaping/gyptest-colon.py
|
| +++ b/test/escaping/gyptest-colon.py
|
| @@ -14,7 +14,7 @@ import sys
|
| import TestGyp
|
|
|
| # TODO: Make colons in filenames work with make, if required.
|
| -test = TestGyp.TestGyp(formats=['!make', '!android'])
|
| +test = TestGyp.TestGyp(formats=['!make'])
|
| CHDIR = 'colon'
|
|
|
| source_name = 'colon/a:b.c'
|
|
|