Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: tools/clang/plugins/tests/test.py

Issue 2298013004: Try to fix clang plugin tests after https://codereview.chromium.org/2270433002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698