Index: test/generator-output/gyptest-rules.py |
diff --git a/test/generator-output/gyptest-rules.py b/test/generator-output/gyptest-rules.py |
index 05b674ffa7e4ba4e0121eaf60fc737b5df6a387a..678416a2fc2c3c3fa2285ff1218a0b4726827c52 100644 |
--- a/test/generator-output/gyptest-rules.py |
+++ b/test/generator-output/gyptest-rules.py |
@@ -10,7 +10,7 @@ Verifies --generator-output= behavior when using rules. |
import TestGyp |
-test = TestGyp.TestGyp() |
+test = TestGyp.TestGyp(formats=['!ninja']) |
test.writable(test.workpath('rules'), False) |