We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726a27 commit c31418eCopy full SHA for c31418e
clang/bindings/python/tests/cindex/test_file.py
@@ -42,4 +42,5 @@ def test_file_eq_failing(self):
42
)
43
file1 = File.from_name(tu, "t.c")
44
file2 = File.from_name(tu, "s.c")
45
- self.assertEqual(file1, file2) # These files are not supposed to be equal
+ # FIXME: These files are not supposed to be equal
46
+ self.assertEqual(file1, file2)
0 commit comments