Remove XFAIL from ReturnValueTestCase after rL242972

llvm-svn: 243000
This commit is contained in:
Tamas Berghammer
2015-07-23 09:49:59 +00:00
parent 08eebe2074
commit e2da072617

View File

@@ -24,7 +24,6 @@ class ReturnValueTestCase(TestBase):
@expectedFailurei386
@python_api_test
@dwarf_test
@expectedFailureAll(oslist=["linux"], compiler="clang", archs=["x86_64"])
def test_with_dwarf_python(self):
"""Test getting return values from stepping out."""
self.buildDwarf()