summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/python
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/bindings/python')
-rw-r--r--llvm/bindings/python/llvm/tests/test_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/bindings/python/llvm/tests/test_core.py b/llvm/bindings/python/llvm/tests/test_core.py
index 699f3105e81..bd792a10330 100644
--- a/llvm/bindings/python/llvm/tests/test_core.py
+++ b/llvm/bindings/python/llvm/tests/test_core.py
@@ -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)
OpenPOWER on IntegriCloud