mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
[python] Add negative MemoryBuffer testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63bd926a41
commit
e3295cc5be
@ -16,3 +16,8 @@ class TestCore(TestBase):
|
||||
source = self.get_test_binary()
|
||||
|
||||
MemoryBuffer(filename=source)
|
||||
|
||||
def test_memory_buffer_failing(self):
|
||||
with self.assertRaises(Exception):
|
||||
MemoryBuffer(filename="/hopefully/this/path/doesnt/exist")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user