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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py

Issue 2137803002: Remove unnecessary pass statements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
index dc267c82576cd0fdc41bc89546138059909bc4c3..3704bbcebe86353433e86b56acca4a0fd9feb7cd 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
@@ -125,7 +125,6 @@ class TestResult(object):
test_name = test.split('.')[1]
except IndexError:
_log.warn("Invalid test name: %s.", test)
- pass
if test_name.startswith('FAILS_'):
self.modifier = self.FAILS

Powered by Google App Engine
This is Rietveld 408576698