Skip to content

Commit 0726a27

Browse files
Update clang/bindings/python/tests/cindex/test_file.py
Co-authored-by: Vlad Serebrennikov <[email protected]>
1 parent b8a4f30 commit 0726a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/bindings/python/tests/cindex/test_file.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_file_eq(self):
3131
self.assertNotEqual(file1, file2)
3232
self.assertNotEqual(file1, "t.c")
3333

34-
# FIXME: this test shouldn't pass
3534
def test_file_eq_failing(self):
3635
index = Index.create()
3736
tu = index.parse(

0 commit comments

Comments
 (0)