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

Unified Diff: Tools/Scripts/webkitpy/style/checkers/test_expectations.py

Issue 20830003: Get rid of the distinction between modifiers and expectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: clean up a couple things Created 7 years, 5 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
Index: Tools/Scripts/webkitpy/style/checkers/test_expectations.py
diff --git a/Tools/Scripts/webkitpy/style/checkers/test_expectations.py b/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
index bf579cd4f065c97e13e0adcc13fb2094252e5f82..7736e81e6574f8086ff17850d1231d1c17a20a0a 100644
--- a/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
+++ b/Tools/Scripts/webkitpy/style/checkers/test_expectations.py
@@ -66,7 +66,7 @@ class TestExpectationsChecker(object):
pass
def check_test_expectations(self, expectations_str, tests=None):
- parser = TestExpectationParser(self._port_obj, tests, allow_rebaseline_modifier=False)
+ parser = TestExpectationParser(self._port_obj, tests, allow_rebaseline=False)
expectations = parser.parse('expectations', expectations_str)
level = 5

Powered by Google App Engine
This is Rietveld 408576698