Skip to content

Commit

Permalink
[bindings/python] Update diagnostics test.
Browse files Browse the repository at this point in the history
  • Loading branch information
neboat committed Jul 7, 2022
1 parent 281d8a7 commit f51b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/bindings/python/tests/cindex/test_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_diagnostic_category(self):
self.assertEqual(d.location.line, 1)
self.assertEqual(d.location.column, 11)

self.assertEqual(d.category_number, 2)
self.assertEqual(d.category_number, 3)
self.assertEqual(d.category_name, 'Semantic Issue')

def test_diagnostic_option(self):
Expand Down

0 comments on commit f51b7f1

Please sign in to comment.