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

Unified Diff: PRESUBMIT_test.py

Issue 1439833002: Remove //third_party/wtl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « PRESUBMIT.py ('k') | build/PRESUBMIT.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 9db52e79be59f61cf21d26d8db84527d210191f4..22380f62e47b32ec89658c4b60d7613badf55fd8 100755
--- a/PRESUBMIT_test.py
+++ b/PRESUBMIT_test.py
@@ -190,13 +190,6 @@ class IncludeOrderTest(unittest.TestCase):
mock_input_api, mock_file, range(1, len(contents) + 1))
self.assertEqual(0, len(warnings))
- contents = ['#include <atlbase.h>',
- '#include <aaa.h>']
- mock_file = MockFile('', contents)
- warnings = PRESUBMIT._CheckIncludeOrderInFile(
- mock_input_api, mock_file, range(1, len(contents) + 1))
- self.assertEqual(0, len(warnings))
-
contents = ['#include "build/build_config.h"',
'#include "aaa.h"']
mock_file = MockFile('', contents)
« no previous file with comments | « PRESUBMIT.py ('k') | build/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698