projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd6974
)
[python] Fix python bindings tests
author
Anders Waldenborg
<anders@0x63.nu>
Wed, 23 Apr 2014 20:32:03 +0000
(20:32 +0000)
committer
Anders Waldenborg
<anders@0x63.nu>
Wed, 23 Apr 2014 20:32:03 +0000
(20:32 +0000)
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
bindings/python/llvm/tests/test_object.py
patch
|
blob
|
history
diff --git
a/bindings/python/llvm/tests/test_object.py
b/bindings/python/llvm/tests/test_object.py
index 7ff981b6a2f7ba38cefa2ffc0d2432b50d114146..5662d2240e0a9692980861d42b97a870f1fd54a5 100644
(file)
--- a/
bindings/python/llvm/tests/test_object.py
+++ b/
bindings/python/llvm/tests/test_object.py
@@
-39,7
+39,6
@@
class TestObjectFile(TestBase):
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)