[python] Fix python bindings tests
authorAnders Waldenborg <anders@0x63.nu>
Wed, 23 Apr 2014 20:32:03 +0000 (20:32 +0000)
committerAnders 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

index 7ff981b6a2f7ba38cefa2ffc0d2432b50d114146..5662d2240e0a9692980861d42b97a870f1fd54a5 100644 (file)
@@ -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.name, str)
             assert isinstance(symbol.address, long)
             assert isinstance(symbol.size, long)
-            assert isinstance(symbol.file_offset, long)
 
         self.assertGreater(count, 0)
 
 
         self.assertGreater(count, 0)