Revert "Try to update the test to fix the breakage With the new warning, we are showi...
authorAdam Nemet <anemet@apple.com>
Fri, 14 Dec 2018 00:43:36 +0000 (00:43 +0000)
committerAdam Nemet <anemet@apple.com>
Fri, 14 Dec 2018 00:43:36 +0000 (00:43 +0000)
commit4065da29f071f736f8f1314847939e7859942e91
tree382fcea1c60692e8896d16c517b988da132627d9
parentcbb8aa196b8887535f99265469ed00c3a28b4d3e
Revert "Try to update the test to fix the breakage With the new warning, we are showing one more output in the test."

This reverts commit r349064.

This wasn't updating the right test.  Causing (not the different line number
from the previous revert):

======================================================================
FAIL: test_diagnostic_warning (tests.cindex.test_diagnostics.TestDiagnostics)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildslave/jenkins/workspace/clang-stage1-configure-RA/llvm/tools/clang/bindings/python/tests/cindex/test_diagnostics.py", line 18, in test_diagnostic_warning
    self.assertEqual(len(tu.diagnostics), 2)
AssertionError: 1 != 2

llvm-svn: 349118
clang/bindings/python/tests/cindex/test_diagnostics.py