mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
[python-bindings] Changed test_memory_buffer_create_from_file to just use the generic provided test_file instead of a binary.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
653212fdd1
commit
86942d20b9
@ -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
Block a user