Remove xfail for TestDisassembleBreakpoint.

LLGS no longer returns trap code in memory.

llvm-svn: 240551
This commit is contained in:
Chaoren Lin 2015-06-24 16:41:39 +00:00
parent 0ded6293c7
commit 9d3f89a7bb
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class DisassemblyTestCase(TestBase):
self.disassemble_breakpoint ()
@dwarf_test
@expectedFailureLinux # llgs Handle_m returns target memory with breakpoints
def test_with_dwarf (self):
self.buildDwarf ()
self.disassemble_breakpoint ()