Removing expected failure decorator for a test that's passing.

llvm-svn: 193715
This commit is contained in:
Andrew Kaylor 2013-10-30 21:05:36 +00:00
parent 6b288cfa7a
commit ba8ce0414e
1 changed files with 0 additions and 1 deletions

View File

@ -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):