mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
Hopefully fixing a failing build bot.
Should fix the changes from 260b91f379.
This commit is contained in:
@@ -100,7 +100,7 @@ class TestDiagnostics(unittest.TestCase):
|
||||
self.assertRegexpMatches(children[0].spelling,
|
||||
'.*declared here')
|
||||
self.assertEqual(children[0].location.line, 1)
|
||||
self.assertEqual(children[0].location.column, 1)
|
||||
self.assertEqual(children[0].location.column, 6)
|
||||
|
||||
def test_diagnostic_string_repr(self):
|
||||
tu = get_tu('struct MissingSemicolon{}')
|
||||
|
||||
Reference in New Issue
Block a user