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

Unified Diff: PRESUBMIT_test.py

Issue 2852503002: DO NOT SUBMIT: Breaking PRESUBMIT_test.py and seeing if tryjobs will catch it.
Patch Set: Created 3 years, 8 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 | chrome/browser/resources/PRESUBMIT_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT_test.py
diff --git a/PRESUBMIT_test.py b/PRESUBMIT_test.py
index fdca995486edb691cee55783fb426ecec215ba7b..e6544d57d2fc10244fcad2ac403b1a20edc4518e 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -1336,6 +1336,7 @@ class RiskyJsTest(unittest.TestCase):
warnings = PRESUBMIT._CheckForRiskyJsFeatures(
mock_input_api, MockOutputApi())
self.assertEqual(0, len(warnings))
+ self.assertEqual(1, 2)
if __name__ == '__main__':
« no previous file with comments | « no previous file | chrome/browser/resources/PRESUBMIT_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698