diff options
Diffstat (limited to 'bindings/python/tests/test_core.py')
-rw-r--r-- | bindings/python/tests/test_core.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/bindings/python/tests/test_core.py b/bindings/python/tests/test_core.py deleted file mode 100644 index 8c4e933705..0000000000 --- a/bindings/python/tests/test_core.py +++ /dev/null @@ -1,11 +0,0 @@ -from llvm.common import find_library -from llvm.core import MemoryBuffer - -import unittest - -class TestCore(unittest.TestCase): - def test_memory_buffer_create_from_file(self): - source = find_library() - self.assertIsNotNone(source) - - mb = MemoryBuffer(filename=source) |