1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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:
Michael Gottesman 2013-09-10 06:58:00 +00:00
parent c0820b7131
commit 43af76e63d

View File

@ -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)