forked from OSchip/llvm-project
Removing expected failure decorator for a test that's passing.
llvm-svn: 193715
This commit is contained in:
parent
6b288cfa7a
commit
ba8ce0414e
|
@ -21,7 +21,6 @@ class FrameAPITestCase(TestBase):
|
|||
self.buildDsym()
|
||||
self.do_get_arg_vals()
|
||||
|
||||
@expectedFailurei386 # llvm.org/pr17385: registers are unavailable above frame 0 in the inferior including pc
|
||||
@python_api_test
|
||||
@dwarf_test
|
||||
def test_get_arg_vals_for_call_stack_with_dwarf(self):
|
||||
|
|
Loading…
Reference in New Issue