Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test.

llvm-svn: 181918
This commit is contained in:
Ashok Thirumurthi 2013-05-15 20:26:30 +00:00
parent 9aae0a13bf
commit 863bd4a534
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ class StaticVariableTestCase(TestBase):
self.static_variable_python()
@expectedFailureClang(9980907)
@expectedFailureGcc(9980907)
@python_api_test
@dwarf_test
def test_with_dwarf_and_python_api(self):