summaryrefslogtreecommitdiffstats
path: root/llvm/bindings/python/tests/test_object.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/bindings/python/tests/test_object.py')
-rw-r--r--llvm/bindings/python/tests/test_object.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/bindings/python/tests/test_object.py b/llvm/bindings/python/tests/test_object.py
deleted file mode 100644
index afb02019672..00000000000
--- a/llvm/bindings/python/tests/test_object.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from llvm.common import find_library
-from llvm.object import ObjectFile
-
-import unittest
-
-class TestObjectFile(unittest.TestCase):
- def test_create_from_file(self):
- source = find_library()
- of = ObjectFile(filename=source)
OpenPOWER on IntegriCloud