forked from OSchip/llvm-project
[python-bindings] Changed test_memory_buffer_create_from_file to just use the generic provided test_file instead of a binary.
llvm-svn: 190389
This commit is contained in:
parent
f125e00e37
commit
e0bc30284c
llvm/bindings/python/llvm/tests
|
@ -13,7 +13,7 @@ class TestCore(TestBase):
|
|||
self.assertEqual(op, OpCode.Ret)
|
||||
|
||||
def test_memory_buffer_create_from_file(self):
|
||||
source = self.get_test_binary()
|
||||
source = self.get_test_file()
|
||||
|
||||
MemoryBuffer(filename=source)
|
||||
|
||||
|
|
Loading…
Reference in New Issue