| Index: tools/clang/plugins/tests/test.py
 | 
| diff --git a/tools/clang/plugins/tests/test.py b/tools/clang/plugins/tests/test.py
 | 
| index 67ad6c42a92b79268bb1ef3e9bb01b6997d61d94..b712a604e1ba0358ed0a34b84645e3de4f6354ed 100755
 | 
| --- a/tools/clang/plugins/tests/test.py
 | 
| +++ b/tools/clang/plugins/tests/test.py
 | 
| @@ -19,7 +19,6 @@ class ChromeStylePluginTest(plugin_testing.ClangPluginTest):
 | 
|    """Test harness for the Chrome style plugin."""
 | 
|  
 | 
|    def AdjustClangArguments(self, clang_cmd):
 | 
| -    self.AddPluginArg(clang_cmd, 'follow-macro-expansion')
 | 
|      clang_cmd.extend([
 | 
|          # Skip code generation
 | 
|          '-fsyntax-only',
 | 
| 
 |