[python-bindings] Changed test_memory_buffer_create_from_file to just use the generic...
authorMichael Gottesman <mgottesman@apple.com>
Tue, 10 Sep 2013 06:58:00 +0000 (06:58 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 10 Sep 2013 06:58:00 +0000 (06:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190389 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/llvm/tests/test_core.py

index 699f3105e81b9edcc89296e09a8235adeaffdeb8..bd792a103305e8e2771405f89444627e4dfc2ea1 100644 (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)