Index: tools/mb/mb_unittest.py |
diff --git a/tools/mb/mb_unittest.py b/tools/mb/mb_unittest.py |
index 8c76e5048bed8c724a438957f587afea9cd49d26..a6f2789f59777995d10234700d30e64f842f2188 100755 |
--- a/tools/mb/mb_unittest.py |
+++ b/tools/mb/mb_unittest.py |
@@ -121,11 +121,9 @@ TEST_CONFIG = """\ |
}, |
'rel': { |
'gn_args': 'is_debug=false', |
- 'gyp_config': 'Release', |
}, |
'debug': { |
'gn_args': 'is_debug=true', |
- 'gyp_config': 'Debug', |
}, |
}, |
'private_configs': ['private'], |
@@ -304,7 +302,7 @@ class UnitTest(unittest.TestCase): |
def test_gyp_lookup_goma_dir_expansion(self): |
self.check(['lookup', '-c', 'gyp_rel_bot', '-g', '/foo'], ret=0, |
out=("python build/gyp_chromium -G 'output_dir=<path>' " |
- "-G config=Release -D goma=1 -D gomadir=/foo\n")) |
+ "-D goma=1 -D gomadir=/foo\n")) |
def test_help(self): |
orig_stdout = sys.stdout |