Skip to content

Commit

Permalink
[python] Fix python bindings tests
Browse files Browse the repository at this point in the history
Broke after the changes related to the LLVMGetSymbolFileOffset
removal in r206750


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207018 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
wanders committed Apr 23, 2014
1 parent 6cd6974 commit 99bf4b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/llvm/tests/test_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def test_get_symbols(self):
assert isinstance(symbol.name, str)
assert isinstance(symbol.address, long)
assert isinstance(symbol.size, long)
assert isinstance(symbol.file_offset, long)

self.assertGreater(count, 0)

Expand Down

0 comments on commit 99bf4b7

Please sign in to comment.