summaryrefslogtreecommitdiff
path: root/test/escaping/gyptest-colon.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/escaping/gyptest-colon.py')
-rw-r--r--test/escaping/gyptest-colon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/escaping/gyptest-colon.py b/test/escaping/gyptest-colon.py
index 610f00e4..f5275db6 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'])
+test = TestGyp.TestGyp(formats=['!make', '!android'])
CHDIR = 'colon'
source_name = 'colon/a:b.c'