Chromium Code Reviews| Index: test/mac/gyptest-cflags.py |
| diff --git a/test/mac/gyptest-cflags.py b/test/mac/gyptest-cflags.py |
| index 7d24863df5d295ac45736ae05e6ff911325b7539..17afd1566542c08c79dacce9cf649a16d7136ef2 100644 |
| --- a/test/mac/gyptest-cflags.py |
| +++ b/test/mac/gyptest-cflags.py |
| @@ -16,5 +16,6 @@ if sys.platform == 'darwin': |
| test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) |
| CHDIR = 'cflags' |
| test.run_gyp('test.gyp', chdir=CHDIR) |
| + |
| test.build('test.gyp', test.ALL, chdir=CHDIR) |
| test.pass_test() |