| 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)
|
|
|