Remove expectedFailureFreeBSD from passing test

HelloWorldTestCase::test_with_dwarf_and_process_launch_api passes
consistently for me and for John Wolfe.

llvm.org/pr21620

llvm-svn: 248269
This commit is contained in:
Ed Maste 2015-09-22 13:27:26 +00:00
parent 187855b870
commit 6724f3ba7c
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class HelloWorldTestCase(TestBase):
self.setTearDownCleanup(dictionary=self.d)
self.do_test()
@expectedFailureFreeBSD("llvm.org/pr21620 GetValueDidChange() wrong")
@python_api_test
@dwarf_test
def test_with_dwarf_and_process_launch_api(self):